public class Authenticator extends Object
Constructor and Description |
---|
Authenticator() |
Authenticator(boolean registration) |
Authenticator(JsonObject json) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
Integer |
getAuthAttempts() |
long |
getCounter() |
String |
getIdentifier() |
String |
getKey() |
long |
getPeriod() |
boolean |
isRegistration() |
Authenticator |
registered() |
Authenticator |
setAlgorithm(String algorithm) |
Authenticator |
setAuthAttempts(Integer authAttempts) |
Authenticator |
setCounter(long counter) |
Authenticator |
setIdentifier(String identifier) |
Authenticator |
setKey(String key) |
Authenticator |
setPeriod(long period) |
JsonObject |
toJson() |
String |
toString() |
public Authenticator(boolean registration)
public Authenticator()
public Authenticator(JsonObject json)
public String getIdentifier()
public Authenticator setIdentifier(String identifier)
public String getKey()
public Authenticator setKey(String key)
public String getAlgorithm()
public Authenticator setAlgorithm(String algorithm)
public long getCounter()
public Authenticator setCounter(long counter)
public long getPeriod()
public Authenticator setPeriod(long period)
public Integer getAuthAttempts()
public Authenticator setAuthAttempts(Integer authAttempts)
public boolean isRegistration()
public Authenticator registered()
public JsonObject toJson()
Copyright © 2022 Eclipse. All rights reserved.