Class WarlockTicketService.SimpleTerm

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getType()
      long getUserId() the userid of the resource visitor
      String getScopes() the scope of resource, space seperated (corresponds to the permissions)
      String getClientId() the clientId of the resource visitor, Support for one-to-many scenarios
      String getSessionId() the sessionId of the resource owner, no session in api
      void setType(int type)
      void setUserId(long userId) the userid of the resource visitor
      void setScopes(String scopes) the scope of resource, space seperated (corresponds to the permissions)
      void setClientId(String clientId) the clientId of the resource visitor, Support for one-to-many scenarios
      void setSessionId(String sessionId) the sessionId of the resource owner, no session in api
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class pro.fessional.wings.warlock.service.auth.WarlockTicketService.Term

        decode, decode, encode, getSize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WarlockTicketService.SimpleTerm

        WarlockTicketService.SimpleTerm()
    • Method Detail

      • getUserId

         long getUserId()

        the userid of the resource visitor

      • getScopes

         String getScopes()

        the scope of resource, space seperated (corresponds to the permissions)

      • getClientId

         String getClientId()

        the clientId of the resource visitor, Support for one-to-many scenarios

      • getSessionId

         String getSessionId()

        the sessionId of the resource owner, no session in api

      • setUserId

         void setUserId(long userId)

        the userid of the resource visitor

      • setScopes

         void setScopes(String scopes)

        the scope of resource, space seperated (corresponds to the permissions)

      • setClientId

         void setClientId(String clientId)

        the clientId of the resource visitor, Support for one-to-many scenarios

      • setSessionId

         void setSessionId(String sessionId)

        the sessionId of the resource owner, no session in api