Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticatedIdPData> |
SessionContext.getAuthenticatedIdPs() |
Map<String,AuthenticatedIdPData> |
AuthenticationContext.getCurrentAuthenticatedIdPs() |
Map<String,AuthenticatedIdPData> |
AuthenticationContext.getPreviousAuthenticatedIdPs() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContext.setAuthenticatedIdPs(Map<String,AuthenticatedIdPData> authenticatedIdPs) |
void |
AuthenticationContext.setCurrentAuthenticatedIdPs(Map<String,AuthenticatedIdPData> currentAuthenticatedIdPs) |
void |
AuthenticationContext.setPreviousAuthenticatedIdPs(Map<String,AuthenticatedIdPData> previousAuthenticatedIdPs) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultRequestPathBasedSequenceHandler.handlePostAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
AuthenticatedIdPData authenticatedIdPData) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultStepHandler.populateStepConfigWithAuthenticationDetails(StepConfig stepConfig,
AuthenticatedIdPData authenticatedIdPData) |
Modifier and Type | Method and Description |
---|---|
static Map<String,AuthenticatorConfig> |
FrameworkUtils.getAuthenticatedStepIdPs(StepConfig stepConfig,
Map<String,AuthenticatedIdPData> authenticatedIdPs) |
Copyright © 2016 WSO2. All rights reserved.