Keycloak Docs Distribution 2.1.0-SNAPSHOT-16-08-06-2320
-
- All Implemented Interfaces:
- Serializable
public class UserCredentialValueModel
extends Object
implements Serializable
Used just in cases when we want to "directly" update or retrieve the hash or salt of user credential (For example during export/import)
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getType
public String getType()
-
getValue
public String getValue()
-
getSalt
public byte[] getSalt()
-
getCounter
public int getCounter()
-
getDigits
public int getDigits()
-
getPeriod
public int getPeriod()
Keycloak Docs Distribution 2.1.0-SNAPSHOT-16-08-06-2320
Copyright © 2016 JBoss by Red Hat. All rights reserved.