Class JaasAuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.auth.JaasAuthModuleConf
- All Implemented Interfaces:
Serializable,AuthModuleConf,BaseBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRealm()map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) voidsetCredentialCriteria(String credentialCriteria) voidsetKerberosKdcSystemProperty(String kerberosKdcSystemProperty) voidsetKerberosRealmSystemProperty(String kerberosRealmSystemProperty) voidsetLoginConfigType(String loginConfigType) voidsetLoginConfigurationFile(String loginConfigurationFile) void
-
Constructor Details
-
JaasAuthModuleConf
public JaasAuthModuleConf()
-
-
Method Details
-
getRealm
-
setRealm
-
getKerberosRealmSystemProperty
-
setKerberosRealmSystemProperty
-
getKerberosKdcSystemProperty
-
setKerberosKdcSystemProperty
-
getLoginConfigType
-
setLoginConfigType
-
getLoginConfigurationFile
-
setLoginConfigurationFile
-
getCredentialCriteria
-
setCredentialCriteria
-
map
- Specified by:
mapin interfaceAuthModuleConf
-