public class CompositeAdvices extends Object
Constructor and Description |
---|
CompositeAdvices(String indexName,
String orgDN,
String clientType,
Locale loc)
Default class constructor for class
|
Modifier and Type | Method and Description |
---|---|
Callback[] |
createChoiceCallback()
Returns array of choice callback.
|
protected String |
getModuleLocalizedName(String moduleName)
Returns localized name of a module.
|
protected Map |
getModuleMap()
Returns a map containing localized module name and module name.
|
String |
getModuleName()
Returns configured
List of authentication modules |
int |
getNumberOfAuthModules()
Returns configured number of authentication modules
|
protected int |
getType()
Returns a type indicating the type of authentication required.
|
public CompositeAdvices(String indexName, String orgDN, String clientType, Locale loc) throws AuthException
indexName
- authentication index name.orgDN
- associated organizational DN for authentication module.clientType
- associated client type for authentication module.loc
- associated locale instance for authentication module.AuthException
- if an error occurred during instanciation.public int getNumberOfAuthModules()
public String getModuleName()
List
of authentication modulesList
of authentication modulespublic Callback[] createChoiceCallback() throws AuthException
AuthException
protected String getModuleLocalizedName(String moduleName)
moduleName
- name of module.protected Map getModuleMap()
protected int getType()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.