public class AuthenticationProviderModel extends Object
Modifier and Type | Field and Description |
---|---|
static AuthenticationProviderModel |
DEFAULT_PROVIDER |
Constructor and Description |
---|
AuthenticationProviderModel() |
AuthenticationProviderModel(String providerName,
boolean passwordUpdateSupported,
Map<String,String> config) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getConfig() |
String |
getProviderName() |
boolean |
isPasswordUpdateSupported() |
void |
setConfig(Map<String,String> config) |
void |
setPasswordUpdateSupported(boolean passwordUpdateSupported) |
void |
setProviderName(String providerName) |
public static final AuthenticationProviderModel DEFAULT_PROVIDER
Copyright © 2014. All Rights Reserved.