Class SessionItem

java.lang.Object
cloud.pangeacyber.pangea.authn.models.SessionItem

public class SessionItem extends Object
  • Constructor Details

    • SessionItem

      public SessionItem()
  • Method Details

    • getId

      public String getId()
    • getType

      public String getType()
    • getLife

      public int getLife()
    • getExpire

      public String getExpire()
    • getEmail

      public String getEmail()
    • getProfile

      public Profile getProfile()
    • getCreatedAt

      public String getCreatedAt()
    • getScopes

      public Scopes getScopes()
    • getIdentity

      public String getIdentity()
    • getActiveToken

      public SessionToken getActiveToken()