- 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.SessionCleanUpService
-
- addAuthenticationContextToCache(String, AuthenticationContext, int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
- addAuthenticationRequestToCache(String, AuthenticationRequestCacheEntry, int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
To add authentication request cache entry to cache, with timeout
- addAuthenticationRequestToCache(String, AuthenticationRequestCacheEntry) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
To add authentication request cache entry to the cache without timout
- addAuthenticationResultToCache(String, AuthenticationResult, int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
- 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.
- 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, int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
- addToCache(CacheKey, CacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
-
- addToCache(CacheKey, CacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
-
- addToCache(CacheKey, CacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
-
- addToCache(CacheKey, CacheEntry) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCache
-
- 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() - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.ApplicationAuthenticationException
-
- 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() - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.ApplicationAuthenticatorException
-
- 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
-
- 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
- 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
-
- AuthenticationContextCacheEntry - Class in org.wso2.carbon.identity.application.authentication.framework.cache
-
- AuthenticationContextCacheEntry() - 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() - Constructor for exception org.wso2.carbon.identity.application.authentication.framework.exception.AuthenticationFailedException
-
- 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
-
- AuthenticationResultCache(String) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
-
- AuthenticationResultCache(String, int) - Constructor for class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
-
- 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
-
- generatePassword() - Method in class org.wso2.carbon.identity.application.authentication.framework.handler.provisioning.impl.DefaultProvisioningHandler
-
Generates (random) password for user to be provisioned
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.model.AuthenticationFrameworkWrapper
-
- 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
- getHomeRealmDiscoverer() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
- 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(int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
-
- getInstance(int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
-
- getInstance() - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
-
- getInstance(int) - Static method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
-
- getInstance(int) - 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.roles.impl.DefaultRoleHandler
-
- 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.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
-
- getListenerOrder() - Method in class org.wso2.carbon.identity.application.authentication.framework.listener.AuthenticationEndpointTenantActivityListener
-
- 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
-
- 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
-
- 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.model.AuthenticationFrameworkWrapper
-
- 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.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.model.AuthenticationFrameworkWrapper
-
- 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
- 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
-
- 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
-
- 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.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
-
- 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.model.AuthenticationRequest
-
Get relying party of the authentication request
- getReqPathAuthenticators() - Method in class org.wso2.carbon.identity.application.authentication.framework.config.model.SequenceConfig
-
- 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
-
- 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
-
- getRoleHandler() - Static method in class org.wso2.carbon.identity.application.authentication.framework.util.FrameworkUtils
-
- 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
-
- 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
-
- 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.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
- getTimeStamp(String, String) - Method in class org.wso2.carbon.identity.application.authentication.framework.store.SessionDataStore
-
- 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
-
- 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(CacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationContextCache
-
- getValueFromCache(CacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationRequestCache
-
- getValueFromCache(CacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.AuthenticationResultCache
-
- getValueFromCache(CacheKey) - Method in class org.wso2.carbon.identity.application.authentication.framework.cache.SessionContextCache
-