public final class LispAuthenticationConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
static LispAuthenticationConfig |
getInstance()
Obtains an authentication info singleton instance.
|
String |
lispAuthKey()
Obtains LISP authentication key.
|
short |
lispAuthKeyId()
Obtains LISP authentication key identifier.
|
void |
updateLispAuthKey(String lispAuthKey)
Updates LISP authentication key.
|
void |
updateLispAuthKeyId(int lispAuthKeyId)
Updates LISP authentication key identifier.
|
public static LispAuthenticationConfig getInstance()
public void updateLispAuthKey(String lispAuthKey)
lispAuthKey - LISP authentication keypublic void updateLispAuthKeyId(int lispAuthKeyId)
lispAuthKeyId - LISP authentication key identifierpublic String lispAuthKey()
public short lispAuthKeyId()