public class ApplicationAuthenticationService extends Object
Constructor and Description |
---|
ApplicationAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationAuthenticator> |
getAllAuthenticators() |
ApplicationAuthenticator |
getAuthenticator(String name) |
List<ApplicationAuthenticator> |
getFederatedAuthenticators() |
List<ApplicationAuthenticator> |
getLocalAuthenticators() |
List<ApplicationAuthenticator> |
getRequestPathAuthenticators() |
public ApplicationAuthenticator getAuthenticator(String name) throws ApplicationAuthenticationException
public List<ApplicationAuthenticator> getAllAuthenticators() throws ApplicationAuthenticationException
public List<ApplicationAuthenticator> getLocalAuthenticators() throws ApplicationAuthenticationException
public List<ApplicationAuthenticator> getFederatedAuthenticators() throws ApplicationAuthenticationException
public List<ApplicationAuthenticator> getRequestPathAuthenticators() throws ApplicationAuthenticationException
Copyright © 2015 WSO2. All rights reserved.