A B C D E F G H I L M N O P Q R S T U V W 

A

AbstractApplicationAuthenticator - Class in org.wso2.carbon.identity.application.authentication.framework
This is the super class of all the Application Authenticators.
AbstractApplicationAuthenticator() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
activate(ComponentContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
activateCleanUp() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.OperationCleanUpService
 
activateCleanUp() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionCleanUpService
 
addAuthenticationContextToCache(String, AuthenticationContext) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
addAuthenticationRequestToCache(String, AuthenticationRequestCacheEntry) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
To add authentication request cache entry to cache
addAuthenticationResultToCache(String, AuthenticationResult) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
addContextToCache(String, IdentityMessageContext) - Static method in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundUtil
Add to IdentityMessageContext
addCookie(Cookie) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addCookie(String, Cookie) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addCookies(Map<String, Cookie>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addCookies(Map<String, Cookie>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addHeader(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addHeader(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addHeader(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
Adds a header to the wrapper object
addHeader(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Add headers which are in the authentication request.
addHeaders(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addHeaders(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addHttpIdentityRequestFactory(HttpIdentityRequestFactory) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
addHttpIdentityResponseFactory(HttpIdentityResponseFactory) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
addIdentityProcessor(IdentityProcessor) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
addParameter(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addParameter(String, String[]) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addParameter(String, String[]) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addParameter(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addParameters(Map<String, String[]>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
addParameters(Map<String, String[]>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
addProperty(String, Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
addProperty(String, Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
addRequestQueryParam(String, String[]) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Add a parameter to the set of query params
addSessionContextToCache(String, SessionContext) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
addToCache(AuthenticationContextCacheKey, AuthenticationContextCacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
Add a cache entry.
addToCache(AuthenticationRequestCacheKey, AuthenticationRequestCacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
Add a cache entry.
addToCache(AuthenticationResultCacheKey, AuthenticationResultCacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
Add a cache entry.
addToCache(SessionContextCacheKey, SessionContextCacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCache
 
addToCache(String, IdentityMessageContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityContextCache
 
appendQueryParamsStringToUrl(String, String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
Append a query param to the URL (URL may already contain query params)
appendRequestQueryParams(Map<String, String[]>) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Append params to already existing set of request query params
ApplicationAuthenticationException - Exception in org.wso2.carbon.identity.application.authentication.framework.exception
 
ApplicationAuthenticationException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.ApplicationAuthenticationException
 
ApplicationAuthenticationException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.ApplicationAuthenticationException
 
ApplicationAuthenticationService - Class in org.wso2.carbon.identity.application.authentication.framework
 
ApplicationAuthenticationService() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticationService
 
ApplicationAuthenticator - Interface in org.wso2.carbon.identity.application.authentication.framework
API of the Application Authenticators.
ApplicationAuthenticatorException - Exception in org.wso2.carbon.identity.application.authentication.framework.exception
 
ApplicationAuthenticatorException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.ApplicationAuthenticatorException
 
ApplicationAuthenticatorException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.ApplicationAuthenticatorException
 
ApplicationConfig - Class in org.wso2.carbon.identity.application.authentication.framework.config.model
 
ApplicationConfig(ServiceProvider) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
ATTR_APPLICATION_ID - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_APPLICATION_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTH_ENDPOINT_QUERY_PARAM_ACTION - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTH_ENDPOINT_QUERY_PARAM_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTHENTICATOR_CONFIG_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTHENTICATOR_ENABLED - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTHENTICATOR_IDPS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTHENTICATOR_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTHENTICATOR_NAME_MAPPING_ALIAS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_AUTHENTICATOR_NAME_MAPPING_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_CHECK_AUTHENTICATE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_FORCE_AUTHENTICATE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_PARAMETER_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_STEP_LOGIN_PAGE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ATTR_STEP_ORDER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
AUDIT_FAILED - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUDIT_MESSAGE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUDIT_SUCCESS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUTH_ENDPOINT_QUERY_PARAMS_ACTION_EXCLUDE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUTH_ENDPOINT_QUERY_PARAMS_ACTION_INCLUDE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUTH_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants.RequestProcessor
 
AUTH_REQUEST - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestAttribute
 
AUTH_RESULT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestAttribute
 
AUTH_TYPE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants.RequestProcessor
 
AUTHENTICATED - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.ResponseParams
 
AUTHENTICATED_AUTHENTICATORS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUTHENTICATED_IDPS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.ResponseParams
 
AUTHENTICATED_USER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.ResponseParams
 
AuthenticatedIdPData - Class in org.wso2.carbon.identity.application.authentication.framework.model
 
AuthenticatedIdPData() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
AuthenticatedUser - Class in org.wso2.carbon.identity.application.authentication.framework.model
AuthenticatedUser is the class that represents the authenticated subject.
AuthenticatedUser() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Instantiates an AuthenticatedUser
AuthenticatedUser(AuthenticatedUser) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Copy the given AuthenticatedUser instance
AUTHENTICATION_RESULT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants.RequestProcessor
 
AuthenticationContext - Class in org.wso2.carbon.identity.application.authentication.framework.context
This class is used for holding data about the authentication request sent from a servlet.
AuthenticationContext() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
AuthenticationContextCache - Class in org.wso2.carbon.identity.application.authentication.framework.cache
This class is used to cache the data about the authentication request sent from a servlet.
AuthenticationContextCacheEntry - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
AuthenticationContextCacheEntry(AuthenticationContext) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheEntry
 
AuthenticationContextCacheKey - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
AuthenticationContextCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheKey
 
AuthenticationEndpointTenantActivityListener - Class in org.wso2.carbon.identity.application.authentication.framework.listener
Class for listening to modifications of tenants and sending the tenant list to receiving endpoints.
AuthenticationEndpointTenantActivityListener() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.listener.AuthenticationEndpointTenantActivityListener
 
AuthenticationFailedException - Exception in org.wso2.carbon.identity.application.authentication.framework.exception
 
AuthenticationFailedException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.AuthenticationFailedException
 
AuthenticationFailedException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.AuthenticationFailedException
 
AuthenticationFrameworkWrapper - Class in org.wso2.carbon.identity.application.authentication.framework.model
This class is used as a wrapper to the incoming http request to authentication framework.
AuthenticationFrameworkWrapper(HttpServletRequest, Map<String, String[]>, Map<String, String>) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
Create a new request wrapper that will merge additional parameters into the request object without prematurely reading parameters from the original request.
AuthenticationRequest - Class in org.wso2.carbon.identity.application.authentication.framework.model
This cache keeps all parameters and headers which are directed towards authentication framework.
AuthenticationRequest() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
 
AuthenticationRequestCache - Class in org.wso2.carbon.identity.application.authentication.framework.cache
This cache keeps all parameters and headers which are directed towards authentication framework.
AuthenticationRequestCacheEntry - Class in org.wso2.carbon.identity.application.authentication.framework.cache
keeps an instance of AuthenticationRequest which has all data added from calling servlets.
AuthenticationRequestCacheEntry(AuthenticationRequest) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheEntry
 
AuthenticationRequestCacheKey - Class in org.wso2.carbon.identity.application.authentication.framework.cache
Cache key for AuthenticationRequestCache.
AuthenticationRequestCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheKey
 
AuthenticationRequestHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.request
 
AuthenticationResult - Class in org.wso2.carbon.identity.application.authentication.framework.model
 
AuthenticationResult() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
AuthenticationResult(boolean, AuthenticatedUser, String) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
AuthenticationResultCache - Class in org.wso2.carbon.identity.application.authentication.framework.cache
This cache keeps the information about the authentication result from the framework.
AuthenticationResultCacheEntry - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
AuthenticationResultCacheEntry() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheEntry
 
AuthenticationResultCacheKey - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
AuthenticationResultCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheKey
 
AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
AuthenticatorConfig - Class in org.wso2.carbon.identity.application.authentication.framework.config.model
This is a wrapper class for ApplicationAuthenticator
AuthenticatorConfig() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
AuthenticatorConfig(String, boolean, Map<String, String>) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
AuthenticatorFlowStatus - Enum in org.wso2.carbon.identity.application.authentication.framework
 
AuthenticatorStateInfo - Class in org.wso2.carbon.identity.application.authentication.framework
 
AuthenticatorStateInfo() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.AuthenticatorStateInfo
 
AuthenticatorStatus - Enum in org.wso2.carbon.identity.application.authentication.framework
 

B

BASIC_AUTHENTICATOR_CLASS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
build() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
build() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
build() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
build() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
build() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityResponse.IdentityResponseBuilder
 
buildClaimMappings(Map<String, String>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
buildResponseForFrameworkLogin(IdentityMessageContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Get IdentityResponseBuilder for framework login
buildResponseForFrameworkLogout(IdentityMessageContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Get IdentityResponseBuilder for framework logout

C

CALL_BACK_PATH - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants.RequestProcessor
 
CALLER_PATH - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
canHandle(HttpServletRequest) - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
Check whether the authentication or logout request can be handled by the authenticator
canHandle(IdentityResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponseFactory
 
canHandle(IdentityResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponseFactory
 
canHandle(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
canHandle(IdentityResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
canHandle(FrameworkException) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
canHandle(IdentityRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Tells if this processor can handle this IdentityRequest
CLAIM_TYPE_OIDC - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestType
 
CLAIM_TYPE_OPENID - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestType
 
CLAIM_TYPE_SAML_SSO - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestType
 
CLAIM_TYPE_SCIM - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestType
 
CLAIM_TYPE_STS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestType
 
CLAIM_TYPE_WSO2 - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestType
 
CLAIM_URI_WSO2_EXT_IDP - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
ClaimHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.claims
 
clearCacheEntry(AuthenticationContextCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
Clears a cache entry.
clearCacheEntry(AuthenticationRequestCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
Clears a cache entry.
clearCacheEntry(AuthenticationResultCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
Clears a cache entry.
clearCacheEntry(SessionContextCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCache
 
clearCacheEntry(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityContextCache
 
clearSessionData(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
COMMON_SERVLET_URL - Static variable in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
COMMONAUTH - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
COMMONAUTH_COOKIE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
CommonAuthenticationHandler - Class in org.wso2.carbon.identity.application.authentication.framework
 
CommonAuthenticationHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.CommonAuthenticationHandler
 
CommonAuthenticationServlet - Class in org.wso2.carbon.identity.application.authentication.framework.servlet
 
CommonAuthenticationServlet() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet
 
CommonAuthRequestWrapper - Class in org.wso2.carbon.identity.application.authentication.framework.model
 
CommonAuthRequestWrapper(HttpServletRequest) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthRequestWrapper
 
CommonAuthResponseWrapper - Class in org.wso2.carbon.identity.application.authentication.framework.model
 
CommonAuthResponseWrapper(HttpServletResponse) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
CommonAuthResponseWrapper(HttpServletResponse, HttpServletRequest) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
concludeFlow(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler
Sends the response to the servlet that initiated the authentication flow
ConfigurationFacade - Class in org.wso2.carbon.identity.application.authentication.framework.config
 
ConfigurationFacade() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
contentType - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
context - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityResponse
 
context - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityResponse.IdentityResponseBuilder
 
CONTEXT_KEY - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants.RequestProcessor
 
contextPath - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
cookies - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
create(IdentityResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponseFactory
 
create(IdentityResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponseFactory
 
create(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
create(IdentityResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
createFederateAuthenticatedUserFromSubjectIdentifier(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Returns an AuthenticatedUser instance populated from the given subject identifier string.
createLocalAuthenticatedUserFromSubjectIdentifier(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Returns an AuthenticatedUser instance populated from the given subject identifier string.

D

deactivate(ComponentContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
DEFAULT_SEQUENCE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
DefaultAuthenticationRequestHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.request.impl
 
DefaultAuthenticationRequestHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler
 
DefaultClaimHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl
 
DefaultClaimHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
 
DefaultHomeRealmDiscoverer - Class in org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl
 
DefaultHomeRealmDiscoverer() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl.DefaultHomeRealmDiscoverer
 
DefaultLogoutRequestHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.request.impl
 
DefaultLogoutRequestHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultLogoutRequestHandler
 
DefaultProvisioningHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl
 
DefaultProvisioningHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.DefaultProvisioningHandler
 
DefaultRequestCoordinator - Class in org.wso2.carbon.identity.application.authentication.framework.handler.request.impl
Request Coordinator
DefaultRequestCoordinator() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator
 
DefaultRequestPathBasedSequenceHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl
 
DefaultRequestPathBasedSequenceHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
DefaultStepBasedSequenceHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl
 
DefaultStepBasedSequenceHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
DefaultStepHandler - Class in org.wso2.carbon.identity.application.authentication.framework.handler.step.impl
 
DefaultStepHandler() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
DENY - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
discover(String) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.hrd.HomeRealmDiscoverer
 
discover(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl.DefaultHomeRealmDiscoverer
 
doAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationContext, AuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.CommonAuthenticationHandler
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.CommonAuthenticationHandler
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet
 

E

ELEM_AUTH_ENDPOINT_QUERY_PARAM - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_AUTHENTICATOR_CONFIG - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_AUTHENTICATOR_NAME_MAPPING - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_IDP_CONFIG - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_PARAMETER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_REQ_PATH_AUTHENTICATOR - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_SEQUENCE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_STEP - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
ELEM_TENANT_DATA_LISTENER_URL - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
Configuration name for setting the url for receiving tenant list upon any modification to a tenant
endTenantFlow() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
Ends the tenant flow
equals(Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheKey
 
equals(Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheKey
 
equals(Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheKey
 
equals(Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheKey
 
error(String) - Static method in exception org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException
 
error(String, Throwable) - Static method in exception org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException
 
error(String) - Static method in exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkClientException
 
error(String, Throwable) - Static method in exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkClientException
 
error(String) - Static method in exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkRuntimeException
 
error(String, Throwable) - Static method in exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkRuntimeException
 
ExternalIdPConfig - Class in org.wso2.carbon.identity.application.authentication.framework.config.model
 
ExternalIdPConfig() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
ExternalIdPConfig(IdentityProvider) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 

F

FEDERATED_IDP - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
FederatedApplicationAuthenticator - Interface in org.wso2.carbon.identity.application.authentication.framework
 
FileBasedConfigurationBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.config.builder
Application Authenticators Framework configuration reader.
findPreviousAuthenticatedSession(HttpServletRequest, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator
 
findSequenceByApplicationId(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
FLOW_STATUS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
FORCE_AUTHENTICATE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
ForceAuth - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants
 
FrameworkClientException - Exception in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkClientException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkClientException
 
FrameworkClientException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkClientException
 
FrameworkConstants - Class in org.wso2.carbon.identity.application.authentication.framework.util
Constants used in Application Authenticators Framework
FrameworkConstants.Config - Class in org.wso2.carbon.identity.application.authentication.framework.util
 
FrameworkConstants.RequestAttribute - Class in org.wso2.carbon.identity.application.authentication.framework.util
 
FrameworkConstants.RequestParams - Class in org.wso2.carbon.identity.application.authentication.framework.util
 
FrameworkConstants.RequestType - Class in org.wso2.carbon.identity.application.authentication.framework.util
 
FrameworkConstants.ResponseParams - Class in org.wso2.carbon.identity.application.authentication.framework.util
 
FrameworkException - Exception in org.wso2.carbon.identity.application.authentication.framework.exception
 
FrameworkException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException
 
FrameworkLoginResponse - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkLoginResponse(FrameworkLoginResponse.FrameworkLoginResponseBuilder) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
FrameworkLoginResponse.FrameworkLoginResponseBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkLoginResponse.FrameworkLoginResponseBuilder(IdentityMessageContext) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
FrameworkLoginResponseFactory - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkLoginResponseFactory() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponseFactory
 
FrameworkLogoutResponse - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkLogoutResponse(FrameworkLogoutResponse.FrameworkLogoutResponseBuilder) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
FrameworkLogoutResponse.FrameworkLogoutResponseBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkLogoutResponse.FrameworkLogoutResponseBuilder(IdentityMessageContext) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
FrameworkLogoutResponseFactory - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkLogoutResponseFactory() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponseFactory
 
FrameworkRuntimeException - Exception in org.wso2.carbon.identity.application.authentication.framework.inbound
 
FrameworkRuntimeException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkRuntimeException
 
FrameworkRuntimeException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkRuntimeException
 
FrameworkServiceComponent - Class in org.wso2.carbon.identity.application.authentication.framework.internal
 
FrameworkServiceComponent() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
FrameworkServiceDataHolder - Class in org.wso2.carbon.identity.application.authentication.framework.internal
 
FrameworkUtils - Class in org.wso2.carbon.identity.application.authentication.framework.util
 

G

generatePassword() - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.DefaultProvisioningHandler
Generates (random) password for user to be provisioned
getAccessedTime() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
getAllAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticationService
 
getAppAuthenticatorByName(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getApplicationAuthenticator() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
getApplicationConfig() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getApplicationID() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getApplicationId() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getApplicationName() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getAuthCookie(HttpServletRequest) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthEndpointQueryParams() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthEndpointQueryParamsAction() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthenticatedAutenticator() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getAuthenticatedAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
getAuthenticatedIdP() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getAuthenticatedIdPs() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getAuthenticatedIdPs() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
getAuthenticatedIdPs() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
getAuthenticatedReqPathAuthenticator() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getAuthenticatedSequences() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
getAuthenticatedStepIdPs(List<String>, List<String>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthenticatedStepIdPs(StepConfig, Map<String, AuthenticatedIdPData>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthenticatedSubjectIdentifier() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Returns the authenticated subject identifier.
getAuthenticatedUser() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getAuthenticatedUser() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getAuthenticationContextFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthenticationEndpointRetryURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthenticationEndpointRetryURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getAuthenticationEndpointURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthenticationEndpointURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getAuthenticationRequest() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheEntry
 
getAuthenticationRequest() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getAuthenticationRequestFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
To get authentication cache request from cache
getAuthenticationRequestHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthenticationResultFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
To get authentication cache result from cache
getAuthenticator(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticationService
 
getAuthenticator() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
getAuthenticatorBean(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthenticatorConfig() - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
getAuthenticatorConfigMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthenticatorIdPMappingString(List<AuthenticatorConfig>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthenticatorList() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getAuthenticatorMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getAuthenticatorNameMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getAuthenticatorNameMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getAuthenticatorProperties() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getAuthenticatorPropertyMapFromIdP(ExternalIdPConfig, String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getAuthenticators() - Static method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
getAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getAuthenticatorStateInfo() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
getAuthName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
getAuthName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
getAuthType() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
getAuthType() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
getBody() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getBundleContext() - Static method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
getBundleContext() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getCacheDisabledAuthenticators() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getCacheTimeouts() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getCacheTimeouts() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getCallbackPath() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
getCallbackPath() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
getCallbackPath(IdentityMessageContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Get callback path
getCallerPath() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getCallerSessionKey() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getClaimDialectURI() - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
getClaimDialectURI() - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
Get the claim dialect URI if this authenticator receives claims in a standard dialect and needs to be mapped to the Carbon dialect http://wso2.org/claims
getClaimHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getClaimMapping() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
getClaimMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getClaimMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getClaimMappings(ClaimMapping[], boolean) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getClaimMappings(Map<ClaimMapping, String>, boolean) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getClaims() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getCommonAuthCallerPath() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Get common auth caller path.
getCommonAuthReqWithParams(HttpServletRequest, AuthenticationRequestCacheEntry) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
Builds the wrapper, wrapping incoming request and information take from cache entry
getConfigElement(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
Returns the element with the provided local part
getConfiguration() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getConfigurationProperties() - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
getConfigurationProperties() - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
 
getContent() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
getContentType() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getContentType() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getContext() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheEntry
 
getContext() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
getContextData(HttpServletRequest) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getContextFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundUtil
Get from IdentityMessageContext
getContextId() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheKey
 
getContextId() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheKey
 
getContextIdentifier(HttpServletRequest) - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
Get the Context identifier sent with the request.
getContextIdentifier() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getContextIdIncludedQueryParams() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getContextIfAvailable(IdentityRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Returns IdentityMessageContext if one previously existed for given IdentityRequest using sessionDataKey parameter
getContextKey() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
getContextKey() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
getContextPath() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getCookieMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getCookies() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getCookies() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getCurrentAuthenticatedIdPs() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getCurrentAuthenticator() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getCurrentRequest() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getCurrentStandardNano() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
create a nano time stamp relative to Unix Epoch
getCurrentStep() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getDomain() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getEntry() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
getExtensions() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getExtensions() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getExternalIdP() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getFederatedAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticationService
 
getFederatedIdPName() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
 
getFederatedSubjectFromClaims(IdentityProvider, Map<ClaimMapping, String>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getFederatedSubjectFromClaims(AuthenticationContext, String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getForceAuth() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Whether the request is a force auth request or not
getFriendlyName() - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
 
getHeader(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getHeader(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
 
getHeaderMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getHeaderNames() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getHeaderNames() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
Will return header names which were in original request and will append all the header names which were in authentication request cache entry
getHeaders() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getHeaders(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getHomeRealmDiscoverer() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getHttpIdentityRequestFactories() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getHttpIdentityResponseFactories() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getIdentityProcessors() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getIdentityProvider() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getIdPConfigByName(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getIdPConfigByRealm(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getIdPConfigs(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getIdpList() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getIdPName() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getIdpName() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
getIdpNames() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
getIdpRoleClaimUri(ExternalIdPConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
getIdps() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
Singleton method
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
Singleton method
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
Singleton method
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCache
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getInstance(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.UIBasedConfigurationBuilder
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl.DefaultHomeRealmDiscoverer
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.DefaultProvisioningHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultLogoutRequestHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityContextCache
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
getKey() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
getKeySet(Map<ClaimMapping, String>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getLocalAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticationService
 
getLocallyMappedUserRoles(SequenceConfig, ExternalIdPConfig, Map<String, String>, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
getLocalToSPClaimMappings(Map<String, String>) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getLoggedInUser() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheEntry
 
getLoggedInUser() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
getLoginPage() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getLogoutRequestHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getMaxInactiveInterval() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getMaxLoginAttemptCount() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getMaxLoginAttemptCount() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getMethod() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getName() - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
Get the name of the Authenticator
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponseFactory
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponseFactory
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
getName() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Returns the unique name of the request IdentityProcessor
getNanoTime() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
getNanoTimeReference() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getOrder() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
getParameter(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getParameter(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
 
getParameter(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthRequestWrapper
 
getParameterMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
getParameterMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getParameterMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getParameterMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
Will return params which were in original request and will append all the params which were in authentication request cache entry
getParameterNames() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getParameterNames() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
 
getParameters() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getParameterValue(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getParameterValues(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getParameterValues(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getParameterValues(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
 
getPassiveAuth() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Get whether the request is a passive authentication request
getPathInfo() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getPathTranslated() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getPermissions() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getPreviousAuthenticatedIdPs() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getPriority() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
getPriority() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
getPriority() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Get priority
getProperties() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getProperty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getProperty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
getProperty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
getProvisioningHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getProvisioningUserStoreClaimURI() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getProvisioningUserStoreId() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getPublicCert() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getQueryParams() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getQueryString() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getQueryString() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationFrameworkWrapper
Will construct the new query parameter with the params
getQueryStringWithConfiguredParams(HttpServletRequest) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
when getting query params through this, only configured params will be appended as query params The required params can be configured from application-authenticators.xml
getQueryStringWithFrameworkContextId(String, String, String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getRealmService() - Static method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
getRealmService() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getRedirectUrl() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
getRedirectUrl() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
getRedirectURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getRedirectURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
getRegistryService() - Static method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
getRegistryService() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getRelyingParty() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getRelyingParty() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse
 
getRelyingParty() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse
 
getRelyingParty() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Get relying party of the authentication request
getRelyingPartyId() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Get relying party unique ID
getReqPathAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getRequest() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityMessageContext
 
getRequestCoordinator() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getRequestedClaimMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getRequestHeaders() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Get request headers in authentication requests
getRequestPathAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticationService
 
getRequestPathBasedSequenceHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getRequestQueryParam(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Get the query param with specified key
getRequestQueryParams() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
To retrieve request query params which are stored.
getRequestType() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getRequestURI() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getRequestURL() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getResult() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheEntry
 
getResultId() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheKey
 
getResultId() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheKey
 
getRetryCount() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getRoleClaim() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getRoleClaimUri() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getRoleMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getRoleMappings() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getRoles() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getSequence(String, String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.UIBasedConfigurationBuilder
 
getSequenceConfig(String, String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
getSequenceConfig() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getSequenceList() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
getServiceProvider() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getServiceProviderMappedUserRoles(SequenceConfig, List<String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
getServiceProviderMappedUserRoles(SequenceConfig, List<String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
getServiceProviderName() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getServletPath() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getSessionContextData(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
getSessionContextFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getSessionData(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
getSessionIdentifier() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getSpRoleClaimUri(ApplicationConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
getSpRoleClaimUri(ApplicationConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
getStandardDialect(String, ApplicationConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
Returns the claim dialect URI based on the client type
getStateInfo() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getStatusCode() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
getStepBasedSequenceHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getStepHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getStepIdPs(StepConfig) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
getStepMap() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
getSubject() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getSubject() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
getSubjectClaimUri() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
getTenantDataEndpointURLs() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
Get the tenant list receiving urls
getTenantDataEndpointURLs() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
Get the tenant list receiving urls
getTenantDomain() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
getTenantDomain() - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
getTenantDomain() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Get the tenant domain
getTenantDropdownEnabled() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
Get the value for tenant list dropdown enable or disable
getTenantId() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
getTokenEndpointAlias() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getType() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Type of the request.
getType() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
getUnixTimeReference() - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
getUser() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
getUserAttributes() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Returns the user attributes of the authenticated user as a map.
getUserIdClaimUri() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
getUsernameAsSubjectIdentifier(boolean, boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
 
getUserStoreAppendedName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
getValueFromCache(AuthenticationContextCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
Retrieves a cache entry.
getValueFromCache(AuthenticationRequestCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
Retrieves a cache entry.
getValueFromCache(AuthenticationResultCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
Retrieves a cache entry.
getValueFromCache(SessionContextCacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCache
 
getValueFromCache(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityContextCache
 
getWriter() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 

H

handle(List<String>, String, Map<String, String>, String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.DefaultProvisioningHandler
 
handle(List<String>, String, Map<String, String>, String, String) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.ProvisioningHandler
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.request.AuthenticationRequestHandler
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler
Executes the authentication flow
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultLogoutRequestHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.request.LogoutRequestHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.request.RequestCoordinator
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
Executes the steps
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.sequence.SequenceHandler
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
handle(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.step.StepHandler
 
handleClaimMappings(StepConfig, AuthenticationContext, Map<String, String>, boolean) - Method in interface org.wso2.carbon.identity.application.authentication.framework.handler.claims.ClaimHandler
 
handleClaimMappings(StepConfig, AuthenticationContext, Map<String, String>, boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
 
handleClaimMappings(AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
handleClaimMappings(StepConfig, AuthenticationContext, Map<String, String>, boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
handleException(FrameworkClientException, HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
handleException(FrameworkException) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
handleFederatedClaims(Map<String, String>, String, StepConfig, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
 
handleHomeRealmDiscovery(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
handleJitProvisioning(String, AuthenticationContext, List<String>, Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
handleLocalClaims(String, StepConfig, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
 
handlePostAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationContext, AuthenticatedIdPData) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultRequestPathBasedSequenceHandler
 
handlePostAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
handleRequestFromLoginPage(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
handleResponse(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
handleSequenceStart(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler
Handle the start of a Sequence
hashCode() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheKey
 
hashCode() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheKey
 
hashCode() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheKey
 
hashCode() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheKey
 
headers - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
HomeRealmDiscoverer - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.hrd
 
HttpIdentityRequestFactory - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
HttpIdentityRequestFactory() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
HttpIdentityResponse - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
HttpIdentityResponse(HttpIdentityResponse.HttpIdentityResponseBuilder) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse
 
HttpIdentityResponse.HttpIdentityResponseBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
HttpIdentityResponse.HttpIdentityResponseBuilder() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
HttpIdentityResponseFactory - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
HttpIdentityResponseFactory() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 

I

IdentityContextCache - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityMessageContext<T1 extends Serializable,T2 extends Serializable> - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityMessageContext(IdentityRequest, Map<T1, T2>) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityMessageContext
 
IdentityProcessCoordinator - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityProcessCoordinator() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessCoordinator
 
IdentityProcessor - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityProcessor() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
 
IdentityRequest - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityRequest(IdentityRequest.IdentityRequestBuilder) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
IdentityRequest.IdentityRequestBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityRequest.IdentityRequestBuilder(HttpServletRequest, HttpServletResponse) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
IdentityRequest.IdentityRequestBuilder() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
IdentityResponse - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityResponse(IdentityResponse.IdentityResponseBuilder) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityResponse
 
IdentityResponse.IdentityResponseBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityResponse.IdentityResponseBuilder(IdentityMessageContext) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityResponse.IdentityResponseBuilder
 
IdentityServlet - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
IdentityServlet() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityServlet
 
IDP - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
IDP - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
InboundConstants - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
InboundConstants() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants
 
InboundConstants.RequestProcessor - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
InboundUtil - Class in org.wso2.carbon.identity.application.authentication.framework.inbound
 
InboundUtil() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundUtil
 
init(Properties) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
init(Properties) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
init(Properties) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Initialize IdentityProcessor
init() - Method in class org.wso2.carbon.identity.application.authentication.framework.servlet.CommonAuthenticationServlet
 
initializeFlow(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator
Handles the initial request (from the calling servlet)
initiateAuthenticationRequest(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
initiateLogoutRequest(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
InvalidCredentialsException - Exception in org.wso2.carbon.identity.application.authentication.framework.exception
 
InvalidCredentialsException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.InvalidCredentialsException
 
InvalidCredentialsException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.InvalidCredentialsException
 
isAlwaysSendMappedLocalSubjectId() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
isAuthEndpointQueryParamsConfigAvailable() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
isAuthenticated() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
isCheckAuthn() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
isCheckAuthnEnabled(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
isCompleted() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
isCompleted() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
isContextAvailable(IdentityRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Checks if previous IdentityMessageContext exists for given IdentityRequest using sessionDataKey parameter
isDumbMode() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
isDumbMode() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.ConfigurationFacade
 
isEnabled() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
isFederatedUser() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Returns whether this user federated user or not.
isFederationHubIdP() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
isForceAuthenticate() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isForceAuthn() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
isForceAuthnEnabled(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
isLoggedOut() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
isLogoutRequest() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isMappedSubjectIDSelected() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
isMultiOption() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
isPassiveAuthenticate() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isPost() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Whether the request is a post or not
isPreviousSessionFound() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isPrimary() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
isProvisioningEnabled() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
isReAuthenticate() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isRedirect() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
isRememberMe() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isRememberMe() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
isRequestAuthenticated() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isRetrying() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
isRetrying() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isReturning() - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
isSaaSApp() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
isSaaSApp() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
isSubjectAttributeStep() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
isSubjectIdentifierStep() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
ISSUER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
isTenantDomainDropdownEnabled() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
Get the value of tenant list dropdown enabled or disabled
isUseTenantDomainInLocalSubjectIdentifier() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
isUseUserstoreDomainInLocalSubjectIdentifier() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 

L

LOCAL - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
LOCAL_IDP_NAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
LOCAL_ROLE_CLAIM_URI - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
LocalApplicationAuthenticator - Interface in org.wso2.carbon.identity.application.authentication.framework
 
LOGGED_IN_IDPS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants
 
LOGGED_OUT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.ResponseParams
 
LOGOUT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
LOGOUT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
LogoutFailedException - Exception in org.wso2.carbon.identity.application.authentication.framework.exception
 
LogoutFailedException(String) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.LogoutFailedException
 
LogoutFailedException(String, Throwable) - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.LogoutFailedException
 
LogoutRequestHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.request
 

M

method - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 

N

noClaimMapping() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 

O

OAUTH2 - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
OIDC - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
OPENID_IDENTITY - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
OPENID_SERVER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
OperationCleanUpService - Class in org.wso2.carbon.identity.application.authentication.framework.store
Database cleanup.
OperationCleanUpService(long, long) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.store.OperationCleanUpService
 
org.wso2.carbon.identity.application.authentication.framework - package org.wso2.carbon.identity.application.authentication.framework
 
org.wso2.carbon.identity.application.authentication.framework.cache - package org.wso2.carbon.identity.application.authentication.framework.cache
 
org.wso2.carbon.identity.application.authentication.framework.config - package org.wso2.carbon.identity.application.authentication.framework.config
 
org.wso2.carbon.identity.application.authentication.framework.config.builder - package org.wso2.carbon.identity.application.authentication.framework.config.builder
 
org.wso2.carbon.identity.application.authentication.framework.config.model - package org.wso2.carbon.identity.application.authentication.framework.config.model
 
org.wso2.carbon.identity.application.authentication.framework.context - package org.wso2.carbon.identity.application.authentication.framework.context
 
org.wso2.carbon.identity.application.authentication.framework.exception - package org.wso2.carbon.identity.application.authentication.framework.exception
 
org.wso2.carbon.identity.application.authentication.framework.handler.claims - package org.wso2.carbon.identity.application.authentication.framework.handler.claims
 
org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl - package org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl
 
org.wso2.carbon.identity.application.authentication.framework.handler.hrd - package org.wso2.carbon.identity.application.authentication.framework.handler.hrd
 
org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl - package org.wso2.carbon.identity.application.authentication.framework.handler.hrd.impl
 
org.wso2.carbon.identity.application.authentication.framework.handler.provisioning - package org.wso2.carbon.identity.application.authentication.framework.handler.provisioning
 
org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl - package org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl
 
org.wso2.carbon.identity.application.authentication.framework.handler.request - package org.wso2.carbon.identity.application.authentication.framework.handler.request
 
org.wso2.carbon.identity.application.authentication.framework.handler.request.impl - package org.wso2.carbon.identity.application.authentication.framework.handler.request.impl
 
org.wso2.carbon.identity.application.authentication.framework.handler.sequence - package org.wso2.carbon.identity.application.authentication.framework.handler.sequence
 
org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl - package org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl
 
org.wso2.carbon.identity.application.authentication.framework.handler.step - package org.wso2.carbon.identity.application.authentication.framework.handler.step
 
org.wso2.carbon.identity.application.authentication.framework.handler.step.impl - package org.wso2.carbon.identity.application.authentication.framework.handler.step.impl
 
org.wso2.carbon.identity.application.authentication.framework.inbound - package org.wso2.carbon.identity.application.authentication.framework.inbound
 
org.wso2.carbon.identity.application.authentication.framework.internal - package org.wso2.carbon.identity.application.authentication.framework.internal
 
org.wso2.carbon.identity.application.authentication.framework.listener - package org.wso2.carbon.identity.application.authentication.framework.listener
 
org.wso2.carbon.identity.application.authentication.framework.model - package org.wso2.carbon.identity.application.authentication.framework.model
 
org.wso2.carbon.identity.application.authentication.framework.servlet - package org.wso2.carbon.identity.application.authentication.framework.servlet
 
org.wso2.carbon.identity.application.authentication.framework.store - package org.wso2.carbon.identity.application.authentication.framework.store
 
org.wso2.carbon.identity.application.authentication.framework.util - package org.wso2.carbon.identity.application.authentication.framework.util
 

P

parameters - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityMessageContext
 
parameters - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
PASSIVE_AUTHENTICATION - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
PASSIVE_STS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
PassiveAuth - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants
 
pathInfo - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
pathTranslated - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
persistSessionData(String, String, Object, long, int) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
populateStepConfigWithAuthenticationDetails(StepConfig, AuthenticatedIdPData) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.step.impl.DefaultStepHandler
 
prependUserStoreDomainToName(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
process(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
process(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in interface org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator
Process the authentication or logout request.
process(IdentityRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessCoordinator
 
process(IdentityRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Process IdentityRequest
processAuthenticationResponse(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
processLogoutResponse(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
processResponseFromFrameworkLogin(IdentityMessageContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
Processes the IdentityMessageContext and retrieved the using sessionDataKey parameter and sets the AuthenticationResult to message context if found in AuthenticationResultCache
properties - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
properties - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponseFactory
 
properties - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityProcessor
 
ProvisioningHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.provisioning
 

Q

QNAME_AUTH_ENDPOINT_QUERY_PARAMS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_AUTHENTICATION_ENDPOINT_RETRY_URL - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_AUTHENTICATION_ENDPOINT_URL - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_AUTHENTICATOR_CONFIGS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_AUTHENTICATOR_NAME_MAPPINGS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_CACHE_TIMEOUTS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_AUTH_CONTEXT_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_AUTH_REQ_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_CLAIM_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_HRD - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_LOGOUT_REQ_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_PROVISIONING_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_REQ_COORDINATOR - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_REQ_PATH_BASED_SEQ_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_ROLE_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_STEP_BASED_SEQ_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXT_STEP_HANDLER - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_EXTENSIONS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_IDP_CONFIGS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_MAX_LOGIN_ATTEMPT_COUNT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_PROXY_MODE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_SEQUENCES - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
 
QNAME_TENANT_DATA_LISTENER_URLS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
Configuration name for the collection of urls for receiving tenant list
QNAME_TENANT_DOMAIN_DROPDOWN_ENABLED - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.Config
Configuration name for enabling or disabling the tenant list dropdown
QUERY_PARAMS - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
queryString - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 

R

RE_AUTHENTICATE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
RELYING_PARTY - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.InboundConstants.RequestProcessor
 
removeAuthCookie(HttpServletRequest, HttpServletResponse) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
removeAuthenticationContextFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
removeAuthenticationRequestFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
removes authentication request from cache.
removeAuthenticationResultFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
Removes authentication result from cache.
removeExpiredOperationData() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
removeExpiredSessionData() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
removeHttpIdentityRequestFactory(HttpIdentityRequestFactory) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
removeHttpIdentityResponseFactory(HttpIdentityResponseFactory) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
removeIdentityProcessor(IdentityProcessor) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
removeSessionContextFromCache(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
removeSessionData(String, String, long) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
REQ_ATTR_HANDLED - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
request - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityMessageContext
 
RequestCoordinator - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.request
 
RequestPathApplicationAuthenticator - Interface in org.wso2.carbon.identity.application.authentication.framework
 
RequestPathBasedSequenceHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.sequence
 
requestURI - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
requestURL - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
resetAuthenticationContext(AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
retryAuthenticationEnabled() - Method in class org.wso2.carbon.identity.application.authentication.framework.AbstractApplicationAuthenticator
 
run() - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataPersistTask
 

S

SAML_REQUEST - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
sendRedirect(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
sendResponse(HttpServletRequest, HttpServletResponse, AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultAuthenticationRequestHandler
 
sendResponse(HttpServletRequest, HttpServletResponse, AuthenticationContext, boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultLogoutRequestHandler
 
sendToRetryPage(HttpServletRequest, HttpServletResponse) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
SequenceConfig - Class in org.wso2.carbon.identity.application.authentication.framework.config.model
Configuration holder for an application
SequenceConfig() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
SequenceHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.sequence
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityServlet
 
SERVICE_PROVIDER_SUBJECT_CLAIM_VALUE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.handler.claims.impl.DefaultClaimHandler
 
servletPath - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
SESSION_DATA - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestAttribute
 
SESSION_DATA_KEY - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
SESSION_DATA_KEY - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
SessionCleanUpService - Class in org.wso2.carbon.identity.application.authentication.framework.store
Database cleanup.
SessionCleanUpService(long, long) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.store.SessionCleanUpService
 
SessionContext - Class in org.wso2.carbon.identity.application.authentication.framework.context
 
SessionContext() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
SessionContextCache - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
SessionContextCacheEntry - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
SessionContextCacheEntry() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
SessionContextCacheEntry(SessionContextDO) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
SessionContextCacheKey - Class in org.wso2.carbon.identity.application.authentication.framework.cache
 
SessionContextCacheKey(String) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheKey
 
SessionContextDO - Class in org.wso2.carbon.identity.application.authentication.framework.store
This class is used to pass the data to and from the SessionDataStore
SessionContextDO(String, String, Object, long) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
SessionContextDO(String, String, Object, long, int) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
SessionDataPersistTask - Class in org.wso2.carbon.identity.application.authentication.framework.store
Task to persist and remove session data
SessionDataPersistTask(BlockingDeque<SessionContextDO>) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataPersistTask
 
SessionDataStore - Class in org.wso2.carbon.identity.application.authentication.framework.store
Data will be persisted or stored date will be removed from the store.
setAccessedTime() - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
setAlwaysSendMappedLocalSubjectId(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setApplicationAuthenticator(ApplicationAuthenticator) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
setApplicationConfig(ApplicationConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setApplicationID(int) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setApplicationId(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setApplicationName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setAuthenticated(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setAuthenticatedAutenticator(AuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setAuthenticatedAuthenticators(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setAuthenticatedIdP(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setAuthenticatedIdPs(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setAuthenticatedIdPs(Map<String, AuthenticatedIdPData>) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
setAuthenticatedIdPs(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setAuthenticatedReqPathAuthenticator(AuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setAuthenticatedSequences(Map<String, SequenceConfig>) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
setAuthenticatedSubjectIdentifier(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Sets the authenticated subject identifier.
setAuthenticatedUser(AuthenticatedUser) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setAuthenticatedUser(AuthenticatedUser) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setAuthenticationEndpointRetryURL(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
setAuthenticationEndpointURL(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.builder.FileBasedConfigurationBuilder
 
setAuthenticationRequest(AuthenticationRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCacheEntry
 
setAuthenticationRequest(AuthenticationRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setAuthenticator(ApplicationAuthenticator) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
setAuthenticator(AuthenticatorConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
setAuthenticatorList(List<AuthenticatorConfig>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setAuthenticatorMappings(List<String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setAuthenticatorProperties(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setAuthenticatorStateInfo(AuthenticatorStateInfo) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
setAuthName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
setAuthName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
setAuthType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
setAuthType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
setBody(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setBundleContext(BundleContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
setCallbackPath(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
setCallbackPath(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
setCallerPath(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setCallerSessionKey(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setCheckAuthn(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setClaimMapping(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setClaimMappings(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setCommonAuthCallerPath(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
set common auth caller path.
setCompleted(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setCompleted(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setContentType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setContentType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setContext(AuthenticationContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheEntry
 
setContext(SessionContext) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
setContextIdentifier(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setContextIdIncludedQueryParams(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setContextKey(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
setContextKey(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
setContextPath(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setCookies(Map<String, Cookie>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setCookies(Map<String, Cookie>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setCurrentAuthenticatedIdPs(Map<String, AuthenticatedIdPData>) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setCurrentAuthenticator(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setCurrentRequest(HttpServletRequest) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setCurrentStep(int) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setEnabled(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
setEntry(Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
setExternalIdP(ExternalIdPConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setFederatedIdPName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Sets the flag to indicate whether this is a federated user or not.
setFederatedUser(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Sets the flag to indicate whether this is a federated user or not.
setForceAuth(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set the force auth status.
setForceAuthenticate(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setForceAuthn(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setHeaders(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setHeaders(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setHttpService(HttpService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
setIdentityCoreInitializedEventService(IdentityCoreInitializedEvent) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
setIdpName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
setKey(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
setLoggedInUser(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCacheEntry
 
setLoggedInUser(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCacheEntry
 
setLoggedOut(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setLoginPage(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setLogoutRequest(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setMappedSubjectIDSelected(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setMaxInactiveInterval(int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
setMethod(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setMultiOption(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
setName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setNanoTime(long) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
setOrder(int) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setOrignalRequestQueryParams(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setParameter(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthRequestWrapper
 
setParameterMap(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.AuthenticatorConfig
 
setParameterMap(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
setParameters(Map<String, String[]>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setParameters(Map<String, String[]>) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setPassiveAuth(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set passive auth.
setPassiveAuthenticate(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setPathInfo(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setPathTranslated(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setPermissions(String[]) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setPost(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set the type of request.
setPreviousAuthenticatedIdPs(Map<String, AuthenticatedIdPData>) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setPreviousSessionFound(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setProperties(Map<String, Object>) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setProperty(String, Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setQueryParams(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setQueryString(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setRealmService(RealmService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
setRealmService(RealmService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
setReAuthenticate(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRedirectURL(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
setRedirectURL(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
setRedirectURL(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceDataHolder
 
setRelyingParty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRelyingParty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLoginResponse.FrameworkLoginResponseBuilder
 
setRelyingParty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.FrameworkLogoutResponse.FrameworkLogoutResponseBuilder
 
setRelyingParty(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set the relying party of the authentication request
setRememberMe(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRememberMe(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.SessionContext
 
setReqPathAuthenticators(List<AuthenticatorConfig>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setRequestAuthenticated(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRequestPathCredentials(HttpServletRequest) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
setRequestQueryParams(Map<String, String[]>) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set request query params which are comming from the calling servelets
setRequestType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRequestURI(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setRequestURL(StringBuffer) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setResult(AuthenticationResult) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCacheEntry
 
setRetryCount(int) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRetrying(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setRetrying(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setReturning(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setRoleClaim(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setRoleMappings(Map<String, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setSaaSApp(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setSequenceConfig(SequenceConfig) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setServiceProvider(ServiceProvider) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setServiceProviderName(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setServletPath(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setSessionIdentifier(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setStateInfo(AuthenticatorStateInfo) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setStatusCode(int) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityResponse.HttpIdentityResponseBuilder
 
setStepMap(Map<Integer, StepConfig>) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
 
setSubject(AuthenticatedUser) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setSubject(AuthenticatedUser) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationResult
 
setSubjectAttributeStep(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setSubjectIdentifierStep(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
setTenantDomain(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext
 
setTenantDomain(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest.IdentityRequestBuilder
 
setTenantDomain(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set the tenant domain which the authentication request is comming from
setTenantId(int) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
setType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticationRequest
Set the type of the request
setType(String) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionContextDO
 
setUser(AuthenticatedUser) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedIdPData
 
setUserAttributes(Map<ClaimMapping, String>) - Method in class org.wso2.carbon.identity.application.authentication.framework.model.AuthenticatedUser
Sets the user attributes of the authenticated user.
setUseTenantDomainInLocalSubjectIdentifier(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
setUseUserstoreDomainInLocalSubjectIdentifier(boolean) - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ApplicationConfig
 
SHOW_AUTHFAILURE_RESON_CONFIG - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
SIGNATURE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
SIGNATURE_ALGORITHM - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
startTenantFlow(String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
Starts the tenant flow for the given tenant domain
StepBasedSequenceHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.sequence
 
StepConfig - Class in org.wso2.carbon.identity.application.authentication.framework.config.model
Holds the login page and the authenticator objects of a particular factor
StepConfig() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.model.StepConfig
 
StepHandler - Interface in org.wso2.carbon.identity.application.authentication.framework.handler.step
 
storeAuthCookie(HttpServletRequest, HttpServletResponse, String) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
storeAuthCookie(HttpServletRequest, HttpServletResponse, String, Integer) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 
storeSessionData(String, String, Object) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
storeSessionData(String, String, Object, int) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
 
SUBJECT - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 

T

TENANT_DOMAIN - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
TENANT_DOMAIN_PATTERN - Static variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.HttpIdentityRequestFactory
 
TENANT_ID - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
tenantDomain - Variable in class org.wso2.carbon.identity.application.authentication.framework.inbound.IdentityRequest
 
TO_COMMONAUTH - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 
TYPE - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.RequestParams
 

U

UIBasedConfigurationBuilder - Class in org.wso2.carbon.identity.application.authentication.framework.config.builder
 
UIBasedConfigurationBuilder() - Constructor for class org.wso2.carbon.identity.application.authentication.framework.config.builder.UIBasedConfigurationBuilder
 
UNFILTERED_IDP_CLAIM_VALUES - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
UNFILTERED_LOCAL_CLAIM_VALUES - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
UNFILTERED_SP_CLAIM_VALUES - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
unsetAuthenticator(ApplicationAuthenticator) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
unsetHttpService(HttpService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
unsetIdentityCoreInitializedEventService(IdentityCoreInitializedEvent) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.identity.application.authentication.framework.internal.FrameworkServiceComponent
 
useDefaultLocalIdpDialect() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.ExternalIdPConfig
 
USER_ATTRIBUTES - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants.ResponseParams
 
USER_TENANT_DOMAIN - Static variable in class org.wso2.carbon.identity.application.authentication.framework.handler.sequence.impl.DefaultStepBasedSequenceHandler
 
USERNAME - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkConstants
 
UTF_8 - Static variable in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
 

V

valueOf(String) - Static method in enum org.wso2.carbon.identity.application.authentication.framework.AuthenticatorFlowStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.identity.application.authentication.framework.AuthenticatorStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.carbon.identity.application.authentication.framework.AuthenticatorFlowStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.identity.application.authentication.framework.AuthenticatorStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

write() - Method in class org.wso2.carbon.identity.application.authentication.framework.model.CommonAuthResponseWrapper
 
A B C D E F G H I L M N O P Q R S T U V W 

Copyright © 2016 WSO2. All rights reserved.