public class AuthenticatorsConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticatorsConfiguration.AuthenticatorConfig
this class is used to represent an authenticator configuration in the runtime
|
Modifier and Type | Method and Description |
---|---|
AuthenticatorsConfiguration.AuthenticatorConfig |
getAuthenticatorConfig(String authenticatorName)
Return the authenticator config for the given name
|
static AuthenticatorsConfiguration |
getInstance()
Returns the AuthenticatorsConfiguration singleton instance
|
public static AuthenticatorsConfiguration getInstance()
public AuthenticatorsConfiguration.AuthenticatorConfig getAuthenticatorConfig(String authenticatorName)
authenticatorName
- name of the authenticatorCopyright © 2016 WSO2 Inc. All rights reserved.