|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticatorConfig | |
|---|---|
| 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 | |
|---|---|
class |
AbstractAuthenticator<T extends AuthenticatorConfig>
AbstractAuthenticator provides basic functionality for
authenticating against an LDAP. |
| Fields in edu.vt.middleware.ldap.auth declared as AuthenticatorConfig | |
|---|---|
protected AuthenticatorConfig |
ConstructDnResolver.config
Authentication configuration. |
protected T |
AbstractAuthenticator.config
Authenticator configuration environment. |
| Methods in edu.vt.middleware.ldap.auth that return AuthenticatorConfig | |
|---|---|
static AuthenticatorConfig |
AuthenticatorConfig.createFromProperties(InputStream is)
Create an instance of this class initialized with properties from the input stream. |
AuthenticatorConfig |
SearchDnResolver.getAuthenticatorConfig()
This returns the AuthenticatorConfig of the
Authenticator. |
AuthenticatorConfig |
NoopDnResolver.getAuthenticatorConfig()
This method is not implemented. |
AuthenticatorConfig |
DnResolver.getAuthenticatorConfig()
Returns the authenticator config. |
AuthenticatorConfig |
ConstructDnResolver.getAuthenticatorConfig()
This returns the AuthenticatorConfig of the
Authenticator. |
AuthenticatorConfig |
Authenticator.getAuthenticatorConfig()
This returns the AuthenticatorConfig of the
Authenticator. |
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 | |
|---|---|
protected void |
AuthenticatorCli.authenticate(AuthenticatorConfig config,
String[] attrs)
Executes the authenticate operation. |
void |
SearchDnResolver.setAuthenticatorConfig(AuthenticatorConfig authConfig)
This will set the config parameters of this Authenticator. |
void |
NoopDnResolver.setAuthenticatorConfig(AuthenticatorConfig authConfig)
This method is not implemented. |
void |
DnResolver.setAuthenticatorConfig(AuthenticatorConfig config)
Sets the authenticator config. |
void |
ConstructDnResolver.setAuthenticatorConfig(AuthenticatorConfig authConfig)
This will set the config parameters of this Authenticator. |
| Constructors in edu.vt.middleware.ldap.auth with parameters of type AuthenticatorConfig | |
|---|---|
Authenticator(AuthenticatorConfig authConfig)
This will create a new Authenticator with the supplied
AuthenticatorConfig. |
|
ConstructDnResolver(AuthenticatorConfig authConfig)
This will create a new ConstructDnResolver with the supplied
AuthenticatorConfig. |
|
SearchDnResolver(AuthenticatorConfig authConfig)
This will create a new SearchDnResolver with the supplied
AuthenticatorConfig. |
|
| Uses of AuthenticatorConfig in edu.vt.middleware.ldap.auth.handler |
|---|
| Fields in edu.vt.middleware.ldap.auth.handler declared as AuthenticatorConfig | |
|---|---|
protected AuthenticatorConfig |
AbstractAuthenticationHandler.config
Authenticator configuration. |
| Methods in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticatorConfig | |
|---|---|
void |
AuthenticationHandler.setAuthenticatorConfig(AuthenticatorConfig ac)
Sets the authenticator configuration. |
void |
AbstractAuthenticationHandler.setAuthenticatorConfig(AuthenticatorConfig ac)
Sets the authenticator configuration. |
| Constructors in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticatorConfig | |
|---|---|
BindAuthenticationHandler(AuthenticatorConfig ac)
Creates a new BindAuthenticationHandler with the supplied
authenticator config. |
|
CompareAuthenticationHandler(AuthenticatorConfig ac)
Creates a new CompareAuthenticationHandler 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 | |
|---|---|
JaasAuthenticator(AuthenticatorConfig authConfig)
This will create a new JaasAuthenticator with the supplied
AuthenticatorConfig. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||