Class JaasAuthModuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.auth.JaasAuthModuleConf
-
- All Implemented Interfaces:
Serializable,AuthModuleConf,BaseBean
public class JaasAuthModuleConf 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 JaasAuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredentialCriteria()StringgetKerberosKdcSystemProperty()StringgetKerberosRealmSystemProperty()StringgetLoginConfigType()StringgetLoginConfigurationFile()StringgetRealm()Map<String,Object>map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)voidsetCredentialCriteria(String credentialCriteria)voidsetKerberosKdcSystemProperty(String kerberosKdcSystemProperty)voidsetKerberosRealmSystemProperty(String kerberosRealmSystemProperty)voidsetLoginConfigType(String loginConfigType)voidsetLoginConfigurationFile(String loginConfigurationFile)voidsetRealm(String realm)
-
-
-
Method Detail
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String realm)
-
getKerberosRealmSystemProperty
public String getKerberosRealmSystemProperty()
-
setKerberosRealmSystemProperty
public void setKerberosRealmSystemProperty(String kerberosRealmSystemProperty)
-
getKerberosKdcSystemProperty
public String getKerberosKdcSystemProperty()
-
setKerberosKdcSystemProperty
public void setKerberosKdcSystemProperty(String kerberosKdcSystemProperty)
-
getLoginConfigType
public String getLoginConfigType()
-
setLoginConfigType
public void setLoginConfigType(String loginConfigType)
-
getLoginConfigurationFile
public String getLoginConfigurationFile()
-
setLoginConfigurationFile
public void setLoginConfigurationFile(String loginConfigurationFile)
-
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
-
-