Package org.apereo.cas.authentication
Class BasicIdentifiableCredential
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractCredential
-
- org.apereo.cas.authentication.BasicIdentifiableCredential
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.Credential,org.apereo.cas.authentication.CredentialMetaData
- Direct Known Subclasses:
OneTimePasswordCredential
public class BasicIdentifiableCredential extends AbstractCredential
This isBasicIdentifiableCredential, a simple credential implementation that is only recognized by its id. The id generally represents an authentication token encrypted in some fashion.- Since:
- 4.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicIdentifiableCredential()
-
Method Summary
-
Methods inherited from class org.apereo.cas.authentication.AbstractCredential
equals, getCredentialClass, hashCode, isValid, validate
-
-