public static enum PrimaryAuthenticationException.Reasons extends Enum<PrimaryAuthenticationException.Reasons>
Enum Constant and Description |
---|
EXTERNAL_AUTH_NOT_ALLOWED
Not Allowed
|
EXTERNAL_SYSTEM_NOT_FOUND
Not found
|
NOT_ENOUGH_ADMINS
Not enough admins
|
NOT_ENOUGH_INTERNAL_ADMINS
Not enough admins within the internal db.
|
Modifier and Type | Method and Description |
---|---|
static PrimaryAuthenticationException.Reasons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimaryAuthenticationException.Reasons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimaryAuthenticationException.Reasons EXTERNAL_SYSTEM_NOT_FOUND
public static final PrimaryAuthenticationException.Reasons EXTERNAL_AUTH_NOT_ALLOWED
public static final PrimaryAuthenticationException.Reasons NOT_ENOUGH_ADMINS
public static final PrimaryAuthenticationException.Reasons NOT_ENOUGH_INTERNAL_ADMINS
public static PrimaryAuthenticationException.Reasons[] values()
for (PrimaryAuthenticationException.Reasons c : PrimaryAuthenticationException.Reasons.values()) System.out.println(c);
public static PrimaryAuthenticationException.Reasons valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Communote team. All rights reserved.