Modifier and Type | Method and Description |
---|---|
protected void |
AbstractApplicationAuthenticator.initiateAuthenticationRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
AbstractApplicationAuthenticator.initiateLogoutRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
AuthenticatorFlowStatus |
AbstractApplicationAuthenticator.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
AuthenticatorFlowStatus |
ApplicationAuthenticator.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Process the authentication or logout request.
|
protected abstract void |
AbstractApplicationAuthenticator.processAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
AbstractApplicationAuthenticator.processLogoutResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
AuthenticationContext |
AuthenticationContextCacheEntry.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationContextCacheEntry.setContext(AuthenticationContext context) |
Constructor and Description |
---|
AuthenticationContextCacheEntry(AuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ClaimHandler.handleClaimMappings(StepConfig stepConfig,
AuthenticationContext context,
Map<String,String> extAttrs,
boolean isFederatedClaims) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefaultClaimHandler.handleClaimMappings(StepConfig stepConfig,
AuthenticationContext context,
Map<String,String> remoteClaims,
boolean isFederatedClaims) |
protected Map<String,String> |
DefaultClaimHandler.handleFederatedClaims(Map<String,String> remoteClaims,
String spStandardDialect,
StepConfig stepConfig,
AuthenticationContext context) |
protected Map<String,String> |
DefaultClaimHandler.handleLocalClaims(String spStandardDialect,
StepConfig stepConfig,
AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LogoutRequestHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
void |
AuthenticationRequestHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationContext |
DefaultRequestCoordinator.initializeFlow(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the initial request (from the calling servlet)
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAuthenticationRequestHandler.concludeFlow(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Sends the response to the servlet that initiated the authentication flow
|
protected void |
DefaultRequestCoordinator.findPreviousAuthenticatedSession(javax.servlet.http.HttpServletRequest request,
AuthenticationContext context) |
void |
DefaultAuthenticationRequestHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Executes the authentication flow
|
void |
DefaultLogoutRequestHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected boolean |
DefaultAuthenticationRequestHandler.handleSequenceStart(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Handle the start of a Sequence
|
protected void |
DefaultAuthenticationRequestHandler.sendResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
DefaultLogoutRequestHandler.sendResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
boolean isLoggedOut) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStepBasedSequenceHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context)
Executes the steps
|
void |
DefaultRequestPathBasedSequenceHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected Map<String,String> |
DefaultRequestPathBasedSequenceHandler.handleClaimMappings(AuthenticationContext context) |
protected Map<String,String> |
DefaultStepBasedSequenceHandler.handleClaimMappings(StepConfig stepConfig,
AuthenticationContext context,
Map<String,String> extAttrs,
boolean isFederatedClaims) |
protected void |
DefaultStepBasedSequenceHandler.handleJitProvisioning(String subjectIdentifier,
AuthenticationContext context,
List<String> mappedRoles,
Map<String,String> extAttributesValueMap) |
protected void |
DefaultStepBasedSequenceHandler.handlePostAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
DefaultRequestPathBasedSequenceHandler.handlePostAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
AuthenticatedIdPData authenticatedIdPData) |
protected void |
DefaultStepBasedSequenceHandler.resetAuthenticationContext(AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StepHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultStepHandler.doAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
AuthenticatorConfig authenticatorConfig) |
void |
DefaultStepHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
DefaultStepHandler.handleHomeRealmDiscovery(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
DefaultStepHandler.handleRequestFromLoginPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected void |
DefaultStepHandler.handleResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationContext |
FrameworkUtils.getAuthenticationContextFromCache(String contextId) |
static AuthenticationContext |
FrameworkUtils.getContextData(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static void |
FrameworkUtils.addAuthenticationContextToCache(String contextId,
AuthenticationContext context) |
static String |
FrameworkUtils.getFederatedSubjectFromClaims(AuthenticationContext context,
String otherDialect) |
Copyright © 2015 WSO2. All rights reserved.