Package org.pac4j.oauth.credentials
Class OAuthCredentials
- java.lang.Object
-
- org.pac4j.core.credentials.Credentials
-
- org.pac4j.oauth.credentials.OAuthCredentials
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuth10Credentials,OAuth20Credentials
public abstract class OAuthCredentials extends Credentials
This class represents an OAuth credentials for OAuth 1.0 and 2.0: a request token, a token and a verifier.- Since:
- 1.0.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthCredentials()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanequals(Object o)abstract inthashCode()-
Methods inherited from class org.pac4j.core.credentials.Credentials
getUserProfile, setUserProfile
-
-
-
-
Method Detail
-
equals
public abstract boolean equals(Object o)
- Specified by:
equalsin classCredentials
-
hashCode
public abstract int hashCode()
- Specified by:
hashCodein classCredentials
-
-