Package oracle.security.am.plugin.impl
Class AbstractPluginSession
java.lang.Object
oracle.security.am.plugin.impl.AbstractPluginSession
- All Implemented Interfaces:
AMSession
- Direct Known Subclasses:
PluginSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnonymous<wbr>(boolean anonymous)
void
setApplicationId<wbr>(String applicationId)
void
setCustomSessionAttributes<wbr>(Map<String,<wbr>Serializable> customSessionAttributes)
void
void
setImpersonatorUser<wbr>(String impersonatorUser)
void
setSession<wbr>(oracle.security.am.engines.sme.Session session)
void
setSessionIndex<wbr>(String sessionIndex)
void
setSubject<wbr>(AMSubject subject)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface oracle.security.am.plugin.AMSession
getApplicationId, getAuthnSubject, getCreationInstant, getCustomSessionAttributes, getExpiryInstant, getId, getImpersonatorUser, getLastAccessTime, getLastUpdateTime, getSessionIndex, isAnonymous, isImpersonating
-
Constructor Details
-
AbstractPluginSession
public AbstractPluginSession()
-
-
Method Details
-
setId
- Parameters:
id
- the id to set
-
setApplicationId
- Parameters:
applicationId
- the applicationId to set
-
setSessionIndex
- Parameters:
sessionIndex
- the sessionIndex to set
-
setAnonymous
public void setAnonymous<wbr>(boolean anonymous)- Parameters:
anonymous
- the anonymous to set
-
setSubject
- Parameters:
subject
- the subject to set
-
setSession
public void setSession<wbr>(oracle.security.am.engines.sme.Session session)- Parameters:
session
- the session to set
-
setCustomSessionAttributes
- Parameters:
customSessionAttributes
- the customSessionAttributes to set
-
setImpersonatorUser
- Parameters:
impersonatorUser
- the impersonatorUser to set
-