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 classAbstractAuthenticator<T extends AuthenticatorConfig>AbstractAuthenticatorprovides basic functionality for authenticating against an LDAP.Fields in edu.vt.middleware.ldap.auth declared as AuthenticatorConfig Modifier and Type Field Description protected TAbstractAuthenticator. configAuthenticator configuration environment.protected AuthenticatorConfigConstructDnResolver. configAuthentication configuration.Methods in edu.vt.middleware.ldap.auth that return AuthenticatorConfig Modifier and Type Method Description static AuthenticatorConfigAuthenticatorConfig. createFromProperties(java.io.InputStream is)Create an instance of this class initialized with properties from the input stream.AuthenticatorConfigAuthenticator. getAuthenticatorConfig()This returns theAuthenticatorConfigof theAuthenticator.AuthenticatorConfigConstructDnResolver. getAuthenticatorConfig()This returns theAuthenticatorConfigof theAuthenticator.AuthenticatorConfigDnResolver. getAuthenticatorConfig()Returns the authenticator config.AuthenticatorConfigNoopDnResolver. getAuthenticatorConfig()This method is not implemented.AuthenticatorConfigSearchDnResolver. getAuthenticatorConfig()This returns theAuthenticatorConfigof theAuthenticator.protected AuthenticatorConfigAuthenticatorCli. 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 voidAuthenticatorCli. authenticate(AuthenticatorConfig config, java.lang.String[] attrs)Executes the authenticate operation.voidConstructDnResolver. setAuthenticatorConfig(AuthenticatorConfig authConfig)This will set the config parameters of thisAuthenticator.voidDnResolver. setAuthenticatorConfig(AuthenticatorConfig config)Sets the authenticator config.voidNoopDnResolver. setAuthenticatorConfig(AuthenticatorConfig authConfig)This method is not implemented.voidSearchDnResolver. 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 newAuthenticatorwith the suppliedAuthenticatorConfig.ConstructDnResolver(AuthenticatorConfig authConfig)This will create a newConstructDnResolverwith the suppliedAuthenticatorConfig.SearchDnResolver(AuthenticatorConfig authConfig)This will create a newSearchDnResolverwith 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 AuthenticatorConfigAbstractAuthenticationHandler. configAuthenticator configuration.Methods in edu.vt.middleware.ldap.auth.handler with parameters of type AuthenticatorConfig Modifier and Type Method Description voidAbstractAuthenticationHandler. setAuthenticatorConfig(AuthenticatorConfig ac)Sets the authenticator configuration.voidAuthenticationHandler. 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 newBindAuthenticationHandlerwith the supplied authenticator config.CompareAuthenticationHandler(AuthenticatorConfig ac)Creates a newCompareAuthenticationHandlerwith 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 newJaasAuthenticatorwith the suppliedAuthenticatorConfig.
-