Skip navigation links
oracle.security.am.plugin.authn
Interface AuthenticationContext
- All Superinterfaces:
- PluginAttribute, PluginContext
-
public interface AuthenticationContext
- extends PluginContext
- Since:
- OAM 11.1.1.5.0
- Version:
- OAM 11.1.2.0.0
Methods inherited from interface oracle.security.am.plugin.PluginContext |
addErrorCode, addException, addResponse, getAction, getAllResponses, getClientIPAddress, getClientProfile, getErrorCode, getExceptionList, getIdentityStoreContext, getImplType, getObjectAttribute, getObjectMap, getResponse, getResponses, getSession, getStartingStep, getStringAttribute, getStringMap, getTransportContext, removeResponse, removeResponse, setAction, setObjectAttribute, setStartingStep, setStringAttribute |
setSubject
void setSubject(javax.security.auth.Subject subject)
- sets a subject to the authentication context.
-
- Parameters:
subject
- Subject
getSubject
javax.security.auth.Subject getSubject()
- Retrieves a
Subject
from the authentication context. If the subject is not available the method will return null.
-
- Returns:
- the subject
getCredential
Credential getCredential()
- Get credential for the authentication.
-
- Returns:
- a {@link Credential) object.
getAuthnModuleConfig
AuthnModuleConfig getAuthnModuleConfig()
-
- Returns:
setAuthnModuleConfig
void setAuthnModuleConfig(AuthnModuleConfig config)
-
- Parameters:
config
-
getAuthenticationClass
oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS getAuthenticationClass()
setAuthenticationClass
void setAuthenticationClass(oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS authClass)
getResourceURL
java.lang.String getResourceURL()
Skip navigation links
Copyright © 2012, Oracle Corp. All Rights Reserved.