Uses of Class
edu.vt.middleware.ldap.auth.AuthenticatorConfig
-
Packages that use AuthenticatorConfig Package Description edu.vt.middleware.ldap.auth edu.vt.middleware.ldap.auth.handler edu.vt.middleware.ldap.jaas -
-
Uses of AuthenticatorConfig in edu.vt.middleware.ldap.auth
Classes in edu.vt.middleware.ldap.auth with type parameters of type AuthenticatorConfig Modifier and Type Class Description class
AbstractAuthenticator<T extends AuthenticatorConfig>
AbstractAuthenticator
provides basic functionality for authenticating against an LDAP.Fields in edu.vt.middleware.ldap.auth declared as AuthenticatorConfig Modifier and Type Field Description protected T
AbstractAuthenticator. config
Authenticator configuration environment.protected AuthenticatorConfig
ConstructDnResolver. config
Authentication configuration.Methods in edu.vt.middleware.ldap.auth that return AuthenticatorConfig Modifier and Type Method Description static AuthenticatorConfig
AuthenticatorConfig. createFromProperties(java.io.InputStream is)
Create an instance of this class initialized with properties from the input stream.AuthenticatorConfig
Authenticator. getAuthenticatorConfig()
This returns theAuthenticatorConfig
of theAuthenticator
.AuthenticatorConfig
ConstructDnResolver. getAuthenticatorConfig()
This returns theAuthenticatorConfig
of theAuthenticator
.AuthenticatorConfig
DnResolver. getAuthenticatorConfig()
Returns the authenticator config.AuthenticatorConfig
NoopDnResolver. getAuthenticatorConfig()
This method is not implemented.AuthenticatorConfig
SearchDnResolver. getAuthenticatorConfig()
This returns theAuthenticatorConfig
of theAuthenticator
.protected AuthenticatorConfig
AuthenticatorCli. initAuthenticatorConfig(org.apache.commons.cli.CommandLine line)
Initialize an AuthenticatorConfig with command line options.Methods in edu.vt.middleware.ldap.auth with parameters of type AuthenticatorConfig Modifier and Type Method Description protected void
AuthenticatorCli. authenticate(AuthenticatorConfig config, java.lang.String[] attrs)
Executes the authenticate operation.void
ConstructDnResolver. setAuthenticatorConfig(AuthenticatorConfig authConfig)
This will set the config parameters of thisAuthenticator
.void
DnResolver. setAuthenticatorConfig(AuthenticatorConfig config)
Sets the authenticator config.void
NoopDnResolver. setAuthenticatorConfig(AuthenticatorConfig authConfig)
This method is not implemented.void
SearchDnResolver. setAuthenticatorConfig(AuthenticatorConfig authConfig)
This will set the config parameters of thisAuthenticator
.Constructors in edu.vt.middleware.ldap.auth with parameters of type AuthenticatorConfig Constructor Description Authenticator(AuthenticatorConfig authConfig)
This will create a newAuthenticator
with the suppliedAuthenticatorConfig
.ConstructDnResolver(AuthenticatorConfig authConfig)
This will create a newConstructDnResolver
with the suppliedAuthenticatorConfig
.SearchDnResolver(AuthenticatorConfig authConfig)
This will create a newSearchDnResolver
with the suppliedAuthenticatorConfig
. -
Uses of AuthenticatorConfig in edu.vt.middleware.ldap.auth.handler
Fields in edu.vt.middleware.ldap.auth.handler declared as AuthenticatorConfig Modifier and Type Field Description protected AuthenticatorConfig
AbstractAuthenticationHandler. config
Authenticator configuration.Methods in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticatorConfig Modifier and Type Method Description void
AbstractAuthenticationHandler. setAuthenticatorConfig(AuthenticatorConfig ac)
Sets the authenticator configuration.void
AuthenticationHandler. setAuthenticatorConfig(AuthenticatorConfig ac)
Sets the authenticator configuration.Constructors in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticatorConfig Constructor Description BindAuthenticationHandler(AuthenticatorConfig ac)
Creates a newBindAuthenticationHandler
with the supplied authenticator config.CompareAuthenticationHandler(AuthenticatorConfig ac)
Creates a newCompareAuthenticationHandler
with the supplied authenticator config. -
Uses of AuthenticatorConfig in edu.vt.middleware.ldap.jaas
Constructors in edu.vt.middleware.ldap.jaas with parameters of type AuthenticatorConfig Constructor Description JaasAuthenticator(AuthenticatorConfig authConfig)
This will create a newJaasAuthenticator
with the suppliedAuthenticatorConfig
.
-