Package org.apache.syncope.common.lib
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AMSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
getAuthenticationDate()
String
getJson()
String
getKey()
String
getPrincipal()
void
setAuthenticationDate(OffsetDateTime authenticationDate)
void
setJson(String json)
void
setKey(String key)
void
setPrincipal(String authenticatedPrincipal)
-
-
-
Method Detail
-
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)
-
-