| Package | Description |
|---|---|
| net.anotheria.portalkit.adminapi.api.auth |
| Modifier and Type | Method and Description |
|---|---|
AdminAPIAuthenticationException.FailCause |
AdminAPIAuthenticationException.getFailCause() |
static AdminAPIAuthenticationException.FailCause |
AdminAPIAuthenticationException.FailCause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdminAPIAuthenticationException.FailCause[] |
AdminAPIAuthenticationException.FailCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminAPIAuthenticationException.setFailCause(AdminAPIAuthenticationException.FailCause failCause) |
| Constructor and Description |
|---|
AdminAPIAuthenticationException(AdminAPIAuthenticationException.FailCause failCause) |
AdminAPIAuthenticationException(java.lang.String message,
AdminAPIAuthenticationException.FailCause failCause) |
Copyright © 2012-2023 anotheria.net. All Rights Reserved.