Class PasswordCredentials
- java.lang.Object
 - 
- org.pac4j.core.credentials.Credentials
 - 
- de.xima.fc.web.common.auth.password.PasswordCredentials
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@Deprecated public class PasswordCredentials extends org.pac4j.core.credentials.Credentials
Deprecated.UsePasswordCredentialsinstead.Credentials with the used authorization password- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PasswordCredentials(String password)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.inthashCode()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
PasswordCredentials
public PasswordCredentials(String password)
Deprecated. 
 - 
 
- 
Method Detail
- 
equals
public boolean equals(Object o)
Deprecated.- Specified by:
 equalsin classorg.pac4j.core.credentials.Credentials
 
- 
hashCode
public int hashCode()
Deprecated.- Specified by:
 hashCodein classorg.pac4j.core.credentials.Credentials
 
 - 
 
 -