Package org.keycloak.representations.idm
Class CredentialRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.CredentialRepresentation
 
- 
 public class CredentialRepresentation extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IntegercounterDeprecated.protected StringdeviceDeprecated.protected StringhashedSaltedValueDeprecated.protected IntegerhashIterationsDeprecated.static StringHOTPstatic StringKERBEROSstatic StringPASSWORDprotected StringsaltDeprecated.static StringSECRETprotected Booleantemporarystatic StringTOTP
 - 
Constructor SummaryConstructors Constructor Description CredentialRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAlgorithm()Deprecated.MultivaluedHashMap<String,String>getConfig()Deprecated.IntegergetCounter()Deprecated.LonggetCreatedDate()StringgetCredentialData()StringgetDevice()Deprecated.IntegergetDigits()Deprecated.StringgetHashedSaltedValue()Deprecated.IntegergetHashIterations()Deprecated.StringgetId()IntegergetPeriod()Deprecated.IntegergetPriority()StringgetSalt()Deprecated.StringgetSecretData()StringgetType()StringgetUserLabel()StringgetValue()inthashCode()BooleanisTemporary()voidsetCreatedDate(Long createdDate)voidsetCredentialData(String credentialData)voidsetId(String id)voidsetPriority(Integer priority)voidsetSecretData(String secretData)voidsetTemporary(Boolean temporary)voidsetType(String type)voidsetUserLabel(String userLabel)voidsetValue(String value)
 
- 
- 
- 
Field Detail- 
SECRETpublic static final String SECRET - See Also:
- Constant Field Values
 
 - 
PASSWORDpublic static final String PASSWORD - See Also:
- Constant Field Values
 
 - 
TOTPpublic static final String TOTP - See Also:
- Constant Field Values
 
 - 
HOTPpublic static final String HOTP - See Also:
- Constant Field Values
 
 - 
KERBEROSpublic static final String KERBEROS - See Also:
- Constant Field Values
 
 - 
temporaryprotected Boolean temporary 
 - 
device@Deprecated protected String device Deprecated.
 - 
hashedSaltedValue@Deprecated protected String hashedSaltedValue Deprecated.
 - 
salt@Deprecated protected String salt Deprecated.
 - 
hashIterations@Deprecated protected Integer hashIterations Deprecated.
 - 
counter@Deprecated protected Integer counter Deprecated.
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getTypepublic String getType() 
 - 
setTypepublic void setType(String type) 
 - 
getUserLabelpublic String getUserLabel() 
 - 
setUserLabelpublic void setUserLabel(String userLabel) 
 - 
getSecretDatapublic String getSecretData() 
 - 
setSecretDatapublic void setSecretData(String secretData) 
 - 
getCredentialDatapublic String getCredentialData() 
 - 
setCredentialDatapublic void setCredentialData(String credentialData) 
 - 
getPrioritypublic Integer getPriority() 
 - 
setPrioritypublic void setPriority(Integer priority) 
 - 
getCreatedDatepublic Long getCreatedDate() 
 - 
setCreatedDatepublic void setCreatedDate(Long createdDate) 
 - 
getValuepublic String getValue() 
 - 
setValuepublic void setValue(String value) 
 - 
isTemporarypublic Boolean isTemporary() 
 - 
setTemporarypublic void setTemporary(Boolean temporary) 
 - 
getDevice@Deprecated public String getDevice() Deprecated.
 - 
getHashedSaltedValue@Deprecated public String getHashedSaltedValue() Deprecated.
 - 
getSalt@Deprecated public String getSalt() Deprecated.
 - 
getHashIterations@Deprecated public Integer getHashIterations() Deprecated.
 - 
getCounter@Deprecated public Integer getCounter() Deprecated.
 - 
getAlgorithm@Deprecated public String getAlgorithm() Deprecated.
 - 
getDigits@Deprecated public Integer getDigits() Deprecated.
 - 
getPeriod@Deprecated public Integer getPeriod() Deprecated.
 - 
getConfig@Deprecated public MultivaluedHashMap<String,String> getConfig() Deprecated.
 
- 
 
-