- 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
-
- 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
-
- 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
-