Package oracle.security.am.plugin.impl
Class AbstractPluginSubject
java.lang.Object
oracle.security.am.plugin.impl.AbstractPluginSubject
- All Implemented Interfaces:
AMSubject
- Direct Known Subclasses:
PluginSubject
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractPluginSubject<wbr>(Subject subject, String userId, String userDn, String guid, int authlevel) -
Method Summary
Modifier and TypeMethodDescriptiongetAmr()Get list of amr context values for given authn flow.voidsetAuthLevel<wbr>(int authLevel)voidsetAuthScheme<wbr>(String authScheme)voidvoidsetSubject<wbr>(Subject subject)voidvoidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.security.am.plugin.AMSubject
getAuthLevel, getAuthScheme, getGUID, getIdStoreReference, getSubject, getUserDn, getUserId
-
Constructor Details
-
Method Details
-
setSubject
- Parameters:
subject- the subject to set
-
setUserId
- Parameters:
userId- the userId to set
-
setUserDn
- Parameters:
userDn- the userDn to set
-
setGuid
- Parameters:
guid- the guid to set
-
setAuthScheme
- Parameters:
authScheme- the authScheme to set
-
setAuthLevel
public void setAuthLevel<wbr>(int authLevel)- Parameters:
authLevel- the authLevel to set
-
getAmr
Get list of amr context values for given authn flow.
-