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.UsePasswordCredentials
instead.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 boolean
equals(Object o)
Deprecated.int
hashCode()
Deprecated.
-
-
-
Constructor Detail
-
PasswordCredentials
public PasswordCredentials(String password)
Deprecated.
-
-
Method Detail
-
equals
public boolean equals(Object o)
Deprecated.- Specified by:
equals
in classorg.pac4j.core.credentials.Credentials
-
hashCode
public int hashCode()
Deprecated.- Specified by:
hashCode
in classorg.pac4j.core.credentials.Credentials
-
-