public interface CredentialsManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHENTICATION_SERVICE_NAME
A serivice that implements this interface should register itself with propperties
that contains this field as key with value the name of the authorization type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
preprocessCredentials(java.util.Dictionary credentials,
java.lang.String name,
java.lang.String password)
Computes the credentials and puts them into the passed dictionary.
|
static final java.lang.String AUTHENTICATION_SERVICE_NAME
void preprocessCredentials(java.util.Dictionary credentials,
java.lang.String name,
java.lang.String password)
throws java.lang.Exception
credentials - the credentials where the computed credentials are to be putname - the name used for obtaining the specific for the authentication mechenism datapassword - the password used for obtaining the specific for the authentication mechenism datajava.lang.ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.