Package org.keycloak.representations.idm
Class CredentialRepresentation
java.lang.Object
org.keycloak.representations.idm.CredentialRepresentation
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntegerDeprecated.protected StringDeprecated.protected StringDeprecated.protected IntegerDeprecated.static final Stringstatic final Stringstatic final Stringprotected StringDeprecated.static final Stringprotected Booleanstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getId()Deprecated.getSalt()Deprecated.getType()getValue()inthashCode()voidsetCreatedDate(Long createdDate) voidsetCredentialData(String credentialData) voidsetFederationLink(String federationLink) voidvoidsetPriority(Integer priority) voidsetSecretData(String secretData) voidsetTemporary(Boolean temporary) voidvoidsetUserLabel(String userLabel) void 
- 
Field Details
- 
SECRET
- See Also:
 
 - 
PASSWORD
- See Also:
 
 - 
TOTP
- See Also:
 
 - 
HOTP
- See Also:
 
 - 
KERBEROS
- See Also:
 
 - 
temporary
 - 
device
Deprecated. - 
hashedSaltedValue
Deprecated. - 
salt
Deprecated. - 
hashIterations
Deprecated. - 
counter
Deprecated. 
 - 
 - 
Constructor Details
- 
CredentialRepresentation
public CredentialRepresentation() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getType
 - 
setType
 - 
getUserLabel
 - 
setUserLabel
 - 
getSecretData
 - 
setSecretData
 - 
getCredentialData
 - 
setCredentialData
 - 
getPriority
 - 
setPriority
 - 
getCreatedDate
 - 
setCreatedDate
 - 
getValue
 - 
setValue
 - 
isTemporary
 - 
setTemporary
 - 
getDevice
Deprecated. - 
getHashedSaltedValue
Deprecated. - 
getSalt
Deprecated. - 
getHashIterations
Deprecated. - 
getCounter
Deprecated. - 
getAlgorithm
Deprecated. - 
getDigits
Deprecated. - 
getPeriod
Deprecated. - 
getConfig
Deprecated. - 
hashCode
public int hashCode() - 
equals
 - 
setFederationLink
 - 
getFederationLink
 
 -