|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationContext
Field Summary |
---|
Fields inherited from interface oracle.security.am.plugin.PluginAttribute |
---|
KEY_TAG |
Method Summary | |
---|---|
oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS |
getAuthenticationClass() returns the AUTH_CLASS used for authentication. |
AuthnModuleConfig |
getAuthnModuleConfig() Gets the AuthnModuleConfig object defined for the plug in. |
oracle.security.am.plugin.authn.PluginAuthnScheme |
getAuthnScheme() Returns the authentication scheme that initiated the authentication process. |
Credential |
getCredential() Get credential for the authentication. |
java.lang.String |
getResourceURL() Returns the URL that is requested by the user. |
javax.security.auth.Subject |
getSubject() Retrieves a Subject from the authentication context. |
void |
setAuthenticationClass(oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS authClass) Sets the AccessConstants.AUTH_CLASS object used for authentication. |
void |
setAuthnModuleConfig(AuthnModuleConfig config) Sets the AuthnModuleConfig object to the context. |
void |
setSubject(javax.security.auth.Subject subject) sets a subject to the authentication context. |
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 |
Methods inherited from interface oracle.security.am.plugin.PluginAttribute |
---|
fromString, getKeyName, getObjName, setKeyName, toStringForm |
Method Detail |
---|
void setSubject(javax.security.auth.Subject subject)
subject
- Subject
javax.security.auth.Subject getSubject()
Subject
from the authentication context. If the subject is not available the method will return null.Credential getCredential()
AuthnModuleConfig getAuthnModuleConfig()
AuthnModuleConfig
object defined for the plug in.AuthnModuleConfig
objectvoid setAuthnModuleConfig(AuthnModuleConfig config)
AuthnModuleConfig
object to the context.config
- a AuthnModuleConfig
objectoracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS getAuthenticationClass()
AccessConstants.AUTH_CLASS
object.void setAuthenticationClass(oracle.security.am.common.policy.runtime.AccessConstants.AUTH_CLASS authClass)
AccessConstants.AUTH_CLASS
object used for authentication. This defines the type of authentication performed.authClass
- a AccessConstants.AUTH_CLASS
objectjava.lang.String getResourceURL()
String
valueoracle.security.am.plugin.authn.PluginAuthnScheme getAuthnScheme()
PluginAuthnScheme
object.
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2013, Oracle Corp. All Rights Reserved.