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 String
getKerberosKdcSystemProperty()
String
getKerberosRealmSystemProperty()
String
getLoginConfigType()
String
getLoginConfigurationFile()
String
getRealm()
Map<String,Object>
map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
void
setKerberosKdcSystemProperty(String kerberosKdcSystemProperty)
void
setKerberosRealmSystemProperty(String kerberosRealmSystemProperty)
void
setLoginConfigType(String loginConfigType)
void
setLoginConfigurationFile(String loginConfigurationFile)
void
setRealm(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)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
map
in interfaceAuthModuleConf
-
-