Class StaticAuthModuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.auth.StaticAuthModuleConf
-
- All Implemented Interfaces:
Serializable,AuthModuleConf,BaseBean
public class StaticAuthModuleConf extends Object implements AuthModuleConf
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
-
Constructor Summary
Constructors Constructor Description StaticAuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredentialCriteria()Map<String,String>getUsers()Map<String,Object>map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)voidsetCredentialCriteria(String credentialCriteria)
-
-
-
Method Detail
-
getCredentialCriteria
public String getCredentialCriteria()
-
setCredentialCriteria
public void setCredentialCriteria(String credentialCriteria)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
mapin interfaceAuthModuleConf
-
-