com.hazelcast.config
Enum LoginModuleConfig.LoginModuleUsage

java.lang.Object
  extended by java.lang.Enum<LoginModuleConfig.LoginModuleUsage>
      extended by com.hazelcast.config.LoginModuleConfig.LoginModuleUsage
All Implemented Interfaces:
Serializable, Comparable<LoginModuleConfig.LoginModuleUsage>
Enclosing class:
LoginModuleConfig

public static enum LoginModuleConfig.LoginModuleUsage
extends Enum<LoginModuleConfig.LoginModuleUsage>


Enum Constant Summary
OPTIONAL
           
REQUIRED
           
REQUISITE
           
SUFFICIENT
           
 
Method Summary
static LoginModuleConfig.LoginModuleUsage get(String v)
           
static LoginModuleConfig.LoginModuleUsage valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LoginModuleConfig.LoginModuleUsage[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.