Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-06


oracle.security.jps.mas.mgmt.jmx.config
Enum PortableLoginModule.LoginModuleControlFlag

java.lang.Object
  extended by java.lang.Enum<PortableLoginModule.LoginModuleControlFlag>
      extended by oracle.security.jps.mas.mgmt.jmx.config.PortableLoginModule.LoginModuleControlFlag

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PortableLoginModule.LoginModuleControlFlag>
Enclosing class:
PortableLoginModule

public static enum PortableLoginModule.LoginModuleControlFlag
extends java.lang.Enum<PortableLoginModule.LoginModuleControlFlag>

Enum which acts as a flag for the login module


Enum Constant Summary
OPTIONAL
           
REQUIRED
           
REQUISITE
           
SUFFICIENT
           

 

Method Summary
static PortableLoginModule.LoginModuleControlFlag valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PortableLoginModule.LoginModuleControlFlag[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
compareTo, equals, 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 PortableLoginModule.LoginModuleControlFlag REQUIRED

REQUISITE

public static final PortableLoginModule.LoginModuleControlFlag REQUISITE

SUFFICIENT

public static final PortableLoginModule.LoginModuleControlFlag SUFFICIENT

OPTIONAL

public static final PortableLoginModule.LoginModuleControlFlag OPTIONAL

Method Detail

values

public static PortableLoginModule.LoginModuleControlFlag[] 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 (PortableLoginModule.LoginModuleControlFlag c : PortableLoginModule.LoginModuleControlFlag.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PortableLoginModule.LoginModuleControlFlag valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14651-06


Copyright © 2013 Oracle. All rights reserved.