Modifier and Type | Method and Description |
---|---|
protected AuthenticatorConfig |
AbstractApplicationAuthenticator.getAuthenticatorConfig() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfig |
FileBasedConfigurationBuilder.getAuthenticatorBean(String authenticatorName) |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticatorConfig> |
FileBasedConfigurationBuilder.getAuthenticatorConfigMap() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfig |
StepConfig.getAuthenticatedAutenticator() |
AuthenticatorConfig |
SequenceConfig.getAuthenticatedReqPathAuthenticator() |
Modifier and Type | Method and Description |
---|---|
List<AuthenticatorConfig> |
StepConfig.getAuthenticatorList() |
List<AuthenticatorConfig> |
SequenceConfig.getReqPathAuthenticators() |
Modifier and Type | Method and Description |
---|---|
void |
StepConfig.setAuthenticatedAutenticator(AuthenticatorConfig authenticatedAutenticator) |
void |
SequenceConfig.setAuthenticatedReqPathAuthenticator(AuthenticatorConfig authenticatedReqPathAuthenticator) |
Modifier and Type | Method and Description |
---|---|
void |
StepConfig.setAuthenticatorList(List<AuthenticatorConfig> authenticatorList) |
void |
SequenceConfig.setReqPathAuthenticators(List<AuthenticatorConfig> reqPathAuthenticators) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultStepHandler.doAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
AuthenticatorConfig authenticatorConfig) |
Modifier and Type | Method and Description |
---|---|
AuthenticatorConfig |
AuthenticatedIdPData.getAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatedIdPData.setAuthenticator(AuthenticatorConfig authenticator) |
Modifier and Type | Method and Description |
---|---|
static Map<String,AuthenticatorConfig> |
FrameworkUtils.getAuthenticatedStepIdPs(StepConfig stepConfig,
Map<String,AuthenticatedIdPData> authenticatedIdPs) |
Modifier and Type | Method and Description |
---|---|
static String |
FrameworkUtils.getAuthenticatorIdPMappingString(List<AuthenticatorConfig> authConfigList) |
Copyright © 2015 WSO2. All rights reserved.