| Package | Description |
|---|---|
| com.mbap.auth.domain |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationType |
AuthenticationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClientLog(AuthenticationType type,
java.lang.String ip,
java.lang.String clientId,
java.lang.String clientName,
java.lang.String grantType,
java.lang.String loginName,
java.lang.String scope) |