Class PasswordCredentials
- java.lang.Object
 - 
- org.pac4j.core.credentials.Credentials
 - 
- de.xima.fc.web.common.auth.password.PasswordCredentials
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PasswordCredentials extends org.pac4j.core.credentials.CredentialsCredentials with the used authorization password- 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 booleanequals(Object o)inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
PasswordCredentials
public PasswordCredentials(String password)
 
 - 
 
- 
Method Detail
- 
equals
public boolean equals(Object o)
- Specified by:
 equalsin classorg.pac4j.core.credentials.Credentials
 
- 
hashCode
public int hashCode()
- Specified by:
 hashCodein classorg.pac4j.core.credentials.Credentials
 
 - 
 
 -