Uses of Class
com.sap.cloud.security.password.PasswordStorageException
Packages that use PasswordStorageException
-
Uses of PasswordStorageException in com.sap.cloud.security.password
Methods in com.sap.cloud.security.password that throw PasswordStorageExceptionModifier and TypeMethodDescriptionvoid
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.