Class LDAPUserAuthenticationService

java.lang.Object
com.peterphi.usermanager.guice.authentication.ldap.LDAPUserAuthenticationService
All Implemented Interfaces:
UserAuthenticationService

public class LDAPUserAuthenticationService extends Object implements UserAuthenticationService
  • Field Details

    • autoRefreshUserData

      @Inject(optional=true) public boolean autoRefreshUserData
    • autoRefreshUsername

      @Inject(optional=true) public String autoRefreshUsername
    • autoRefreshPassword

      @Inject(optional=true) public String autoRefreshPassword
  • Constructor Details

    • LDAPUserAuthenticationService

      public LDAPUserAuthenticationService()
  • Method Details