public class AuthenticatorLale
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DOMAIN |
static java.lang.String |
ISSUER |
| Constructor and Description |
|---|
AuthenticatorLale() |
AuthenticatorLale(java.lang.String memId,
java.lang.String secret) |
AuthenticatorLale(java.lang.String memId,
java.lang.String secret,
boolean isScan) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getHashKey() |
java.lang.String |
getMemId()
Get the mem id
|
java.lang.String |
getSecret()
Get the secret
|
void |
setMemId(java.lang.String memId)
Set the mem id
|
void |
setSecret(java.lang.String secret)
Set the secret
|
void |
update(java.lang.Object obj) |
public static java.lang.String DOMAIN
public static java.lang.String ISSUER
public AuthenticatorLale()
public AuthenticatorLale(java.lang.String memId,
java.lang.String secret)
public AuthenticatorLale(java.lang.String memId,
java.lang.String secret,
boolean isScan)
public void setMemId(java.lang.String memId)
id - the given mem idpublic void setSecret(java.lang.String secret)
id - the given secretpublic java.lang.String getMemId()
public java.lang.String getSecret()
public void update(java.lang.Object obj)
public java.lang.Object getHashKey()
Copyright ? 2022. All Rights Reserved.