|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.authn.GenericAuthenticatorConfig
Default implementation of AuthenticatorConfig.
Constructor Summary | |
GenericAuthenticatorConfig()
|
Method Summary | |
java.lang.String |
getAuthenticatorClass()
|
AuthenticatorContext |
getAuthenticatorContext()
Returns a reference to the AuthenticatorContext. |
java.lang.String |
getAuthenticatorName()
Returns the name of this authenticator instance. |
java.lang.String |
getInitParameter(java.lang.String name)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. |
java.util.Enumeration |
getInitParameterNames()
Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters. |
java.util.Properties |
getProperties()
|
void |
setAuthenticatorClass(java.lang.String authenticatorClass)
|
void |
setAuthenticatorContext(AuthenticatorContext authenticatorContext)
|
void |
setAuthenticatorName(java.lang.String authenticatorName)
|
void |
setProperties(java.util.Properties properties)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericAuthenticatorConfig()
Method Detail |
public java.lang.String getAuthenticatorName()
AuthenticatorConfig
getAuthenticatorName
in interface AuthenticatorConfig
public void setAuthenticatorName(java.lang.String authenticatorName)
public java.lang.String getAuthenticatorClass()
public void setAuthenticatorClass(java.lang.String authenticatorClass)
public java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
public java.lang.String getInitParameter(java.lang.String name)
AuthenticatorConfig
getInitParameter
in interface AuthenticatorConfig
public java.util.Enumeration getInitParameterNames()
AuthenticatorConfig
getInitParameterNames
in interface AuthenticatorConfig
public AuthenticatorContext getAuthenticatorContext()
AuthenticatorConfig
getAuthenticatorContext
in interface AuthenticatorConfig
public void setAuthenticatorContext(AuthenticatorContext authenticatorContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |