Package io.undertow.security.idm
Class PasswordCredential
java.lang.Object
io.undertow.security.idm.PasswordCredential
- All Implemented Interfaces:
Credential
A Credential representing the password of an Account.
- Author:
- Darran Lofthouse
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PasswordCredential
public PasswordCredential(char[] password)
-
-
Method Details
-
getPassword
public char[] getPassword()
-