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:
  • Constructor Details

    • JaasAuthModuleConf

      public JaasAuthModuleConf()
  • Method Details

    • 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:
      map in interface AuthModuleConf