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