Class SyncopeAuthModuleConf

java.lang.Object
org.apache.syncope.common.lib.auth.SyncopeAuthModuleConf
All Implemented Interfaces:
Serializable, AuthModuleConf, BaseBean

public class SyncopeAuthModuleConf extends Object implements AuthModuleConf
See Also:
  • Constructor Details

    • SyncopeAuthModuleConf

      public SyncopeAuthModuleConf()
  • Method Details

    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • getCredentialCriteria

      public String getCredentialCriteria()
    • setCredentialCriteria

      public void setCredentialCriteria(String credentialCriteria)
    • getMaxRetryAttempts

      public int getMaxRetryAttempts()
    • setMaxRetryAttempts

      public void setMaxRetryAttempts(int maxRetryAttempts)
    • map

      public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
      Specified by:
      map in interface AuthModuleConf