public class AuthenticatorConfig extends Object implements Serializable
Constructor and Description |
---|
AuthenticatorConfig() |
AuthenticatorConfig(String name,
boolean enabled,
Map<String,String> parameterMap) |
Modifier and Type | Method and Description |
---|---|
ApplicationAuthenticator |
getApplicationAuthenticator() |
AuthenticatorStateInfo |
getAuthenticatorStateInfo() |
List<String> |
getIdpNames() |
Map<String,org.wso2.carbon.identity.application.common.model.IdentityProvider> |
getIdps() |
String |
getName() |
Map<String,String> |
getParameterMap() |
boolean |
isEnabled() |
void |
setApplicationAuthenticator(ApplicationAuthenticator applicationAuthenticator) |
void |
setAuthenticatorStateInfo(AuthenticatorStateInfo authenticatorStateInfo) |
void |
setEnabled(boolean enabled) |
void |
setName(String name) |
void |
setParameterMap(Map<String,String> parameterMap) |
public String getName()
public void setName(String name)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public ApplicationAuthenticator getApplicationAuthenticator()
public void setApplicationAuthenticator(ApplicationAuthenticator applicationAuthenticator)
public AuthenticatorStateInfo getAuthenticatorStateInfo()
public void setAuthenticatorStateInfo(AuthenticatorStateInfo authenticatorStateInfo)
Copyright © 2016 WSO2. All rights reserved.