| Package | Description |
|---|---|
| com.sap.cloud.security.password |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordStorage.deletePassword(String alias)
Deletes the password assigned to the given alias.
|
char[] |
PasswordStorage.getPassword(String alias)
Returns the password associated with the given alias.
|
void |
PasswordStorage.setPassword(String alias,
char[] password)
Stores the given password and assigns it to the given alias.
|
Copyright © 2022 SAP. All rights reserved.