Class AMSession

java.lang.Object
org.apache.syncope.common.lib.AMSession
All Implemented Interfaces:
Serializable, BaseBean, EntityTO

public class AMSession extends Object implements EntityTO
See Also:
  • Constructor Details

    • AMSession

      public AMSession()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • getAuthenticationDate

      public OffsetDateTime getAuthenticationDate()
    • setAuthenticationDate

      public void setAuthenticationDate(OffsetDateTime authenticationDate)
    • getPrincipal

      public String getPrincipal()
    • setPrincipal

      public void setPrincipal(String authenticatedPrincipal)
    • getJson

      public String getJson()
    • setJson

      public void setJson(String json)