public interface IProfileAuthenticator extends IAuthManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHENTICATED_NAME |
CRED_CERT_SERIAL_TO_REVOKE, CRED_HOST_NAME, CRED_SESSION_ID, CRED_SSL_CLIENT_CERT| Modifier and Type | Method and Description |
|---|---|
IConfigStore |
getConfigStore()
Retrieves the configuration store.
|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value
property by name.
|
java.util.Enumeration<java.lang.String> |
getValueNames()
Retrieves a list of names of the property.
|
void |
init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
boolean |
isSSLClientRequired()
Checks if this authenticator requires SSL client authentication.
|
boolean |
isValueWriteable(java.lang.String name)
Checks if the value of the given property should be
serializable into the request.
|
void |
populate(IAuthToken token,
IRequest request)
Populates authentication specific information into the
request for auditing purposes.
|
authenticate, getConfigParams, getImplName, getName, getRequiredCreds, init, shutdownstatic final java.lang.String AUTHENTICATED_NAME
void init(IProfile profile, IConfigStore config) throws EProfileException
profile - owner of this authenticatorconfig - configuration storeEProfileException - failed to initializeIConfigStore getConfigStore()
getConfigStore in interface IAuthManagervoid populate(IAuthToken token, IRequest request) throws EProfileException
token - authentication tokenrequest - requestEProfileException - failed to populatejava.lang.String getName(java.util.Locale locale)
locale - end user localejava.lang.String getText(java.util.Locale locale)
locale - end user localejava.util.Enumeration<java.lang.String> getValueNames()
boolean isValueWriteable(java.lang.String name)
name - property nameIDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
locale - user localename - property nameboolean isSSLClientRequired()