Class PasswordCredentials
- java.lang.Object
-
- org.pac4j.core.credentials.Credentials
-
- de.xima.fc.security.pac4j.credentials.PasswordCredentials
-
- All Implemented Interfaces:
Serializable
public class PasswordCredentials extends org.pac4j.core.credentials.Credentials
Credentials consisting of a single password.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordCredentials(String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getPassword()
int
hashCode()
-
-
-
Constructor Detail
-
PasswordCredentials
public PasswordCredentials(String password)
-
-