Modifier and Type | Interface and Description |
---|---|
interface |
FederatedApplicationAuthenticator |
interface |
LocalApplicationAuthenticator |
interface |
RequestPathApplicationAuthenticator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApplicationAuthenticator
This is the super class of all the Application Authenticators.
|
Modifier and Type | Method and Description |
---|---|
ApplicationAuthenticator |
ApplicationAuthenticationService.getAuthenticator(String name) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationAuthenticator> |
ApplicationAuthenticationService.getAllAuthenticators() |
List<ApplicationAuthenticator> |
ApplicationAuthenticationService.getFederatedAuthenticators() |
List<ApplicationAuthenticator> |
ApplicationAuthenticationService.getLocalAuthenticators() |
List<ApplicationAuthenticator> |
ApplicationAuthenticationService.getRequestPathAuthenticators() |
Modifier and Type | Method and Description |
---|---|
ApplicationAuthenticator |
AuthenticatorConfig.getApplicationAuthenticator() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorConfig.setApplicationAuthenticator(ApplicationAuthenticator applicationAuthenticator) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationAuthenticator> |
FrameworkServiceDataHolder.getAuthenticators() |
static List<ApplicationAuthenticator> |
FrameworkServiceComponent.getAuthenticators() |
Modifier and Type | Method and Description |
---|---|
protected void |
FrameworkServiceComponent.setAuthenticator(ApplicationAuthenticator authenticator) |
protected void |
FrameworkServiceComponent.unsetAuthenticator(ApplicationAuthenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
static ApplicationAuthenticator |
FrameworkUtils.getAppAuthenticatorByName(String name) |
Copyright © 2016 WSO2. All rights reserved.