com.hazelcast.config
Enum LoginModuleConfig.LoginModuleUsage
java.lang.Object
java.lang.Enum<LoginModuleConfig.LoginModuleUsage>
com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
- All Implemented Interfaces:
- Serializable, Comparable<LoginModuleConfig.LoginModuleUsage>
- Enclosing class:
- LoginModuleConfig
public static enum LoginModuleConfig.LoginModuleUsage
- extends Enum<LoginModuleConfig.LoginModuleUsage>
REQUIRED
public static final LoginModuleConfig.LoginModuleUsage REQUIRED
REQUISITE
public static final LoginModuleConfig.LoginModuleUsage REQUISITE
SUFFICIENT
public static final LoginModuleConfig.LoginModuleUsage SUFFICIENT
OPTIONAL
public static final LoginModuleConfig.LoginModuleUsage OPTIONAL
values
public static LoginModuleConfig.LoginModuleUsage[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (LoginModuleConfig.LoginModuleUsage c : LoginModuleConfig.LoginModuleUsage.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LoginModuleConfig.LoginModuleUsage valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
get
public static LoginModuleConfig.LoginModuleUsage get(String v)
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.