public class BasicCredentialMetaData
extends java.lang.Object
implements org.apereo.cas.authentication.CredentialMetaData, java.io.Serializable
Credential that doesn't implement CredentialMetaData.| Constructor and Description |
|---|
BasicCredentialMetaData(org.apereo.cas.authentication.Credential credential)
Creates a new instance from the given credential.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.Class<? extends org.apereo.cas.authentication.Credential> |
getCredentialClass() |
java.lang.String |
getId() |
int |
hashCode() |
public BasicCredentialMetaData(org.apereo.cas.authentication.Credential credential)
credential - Credential for which metadata should be created.public java.lang.String getId()
getId in interface org.apereo.cas.authentication.CredentialMetaDatapublic java.lang.Class<? extends org.apereo.cas.authentication.Credential> getCredentialClass()
getCredentialClass in interface org.apereo.cas.authentication.CredentialMetaDatapublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object