Package org.apereo.cas.authentication
Interface MutableCredential
- All Superinterfaces:
Credential,Serializable
This is
MutableCredential.- Since:
- 7.0.0
-
Field Summary
Fields inherited from interface org.apereo.cas.authentication.Credential
CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID -
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetCredentialMetadata(CredentialMetadata credentialMetadata) Sets credential metadata.default voidSets id.Methods inherited from interface org.apereo.cas.authentication.Credential
getCredentialMetadata, getId
-
Method Details
-
setId
Sets id.- Parameters:
id- the id
-
setCredentialMetadata
Sets credential metadata.- Parameters:
credentialMetadata- the credential metadata
-