public static enum AuthenticationException.AuthenticationExceptionCause extends Enum<AuthenticationException.AuthenticationExceptionCause>
Enum Constant and Description |
---|
INSUFFICIENT_RIGHTS
User does not have sufficient access rights.
|
LICENSE_NOT_ALLOWED
The current user is not allowed to use the selected license.
|
LOGGED_OFF
User is not logged in.
|
PASSWORD_EXPIRED
User's password has expired and must be changed.
|
TECHNICAL_USER
Technical user can't log on to web client.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationException.AuthenticationExceptionCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationException.AuthenticationExceptionCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationException.AuthenticationExceptionCause LOGGED_OFF
public static final AuthenticationException.AuthenticationExceptionCause INSUFFICIENT_RIGHTS
public static final AuthenticationException.AuthenticationExceptionCause PASSWORD_EXPIRED
public static final AuthenticationException.AuthenticationExceptionCause TECHNICAL_USER
public static final AuthenticationException.AuthenticationExceptionCause LICENSE_NOT_ALLOWED
public static AuthenticationException.AuthenticationExceptionCause[] values()
for (AuthenticationException.AuthenticationExceptionCause c : AuthenticationException.AuthenticationExceptionCause.values()) System.out.println(c);
public static AuthenticationException.AuthenticationExceptionCause 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 © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.