public class Authenticator extends Object
Constructor and Description |
---|
Authenticator() |
Authenticator(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
long |
getCounter() |
String |
getCredID() |
String |
getPublicKey() |
String |
getType() |
String |
getUserName() |
Authenticator |
setCounter(long counter) |
Authenticator |
setCredID(String credID) |
Authenticator |
setPublicKey(String publicKey) |
Authenticator |
setType(String type) |
Authenticator |
setUserName(String userName) |
JsonObject |
toJson() |
String |
toString() |
static UUID |
toUUID(String string) |
public Authenticator()
public Authenticator(JsonObject json)
public String getUserName()
public Authenticator setUserName(String userName)
public String getType()
public Authenticator setType(String type)
public String getCredID()
public Authenticator setCredID(String credID)
public String getPublicKey()
public Authenticator setPublicKey(String publicKey)
public long getCounter()
public Authenticator setCounter(long counter)
public JsonObject toJson()
Copyright © 2021 Eclipse. All rights reserved.