Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.common.policy.runtime
Enum RuntimeAuthnScheme.ChallengeMechanism

java.lang.Object
  extended by java.lang.Enum<RuntimeAuthnScheme.ChallengeMechanism>
      extended by oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RuntimeAuthnScheme.ChallengeMechanism>
Enclosing class:
RuntimeAuthnScheme

public static enum RuntimeAuthnScheme.ChallengeMechanism
extends java.lang.Enum<RuntimeAuthnScheme.ChallengeMechanism>

Challenge Mechanism.


Enum Constant Summary
BASIC
           
DAP
           
FORM
           
NONE
           
OAM10G
           
WNA
           
X509
           

 

Method Summary
 java.lang.String getValue()
           
static RuntimeAuthnScheme.ChallengeMechanism valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuntimeAuthnScheme.ChallengeMechanism[] 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

FORM

public static final RuntimeAuthnScheme.ChallengeMechanism FORM

BASIC

public static final RuntimeAuthnScheme.ChallengeMechanism BASIC

X509

public static final RuntimeAuthnScheme.ChallengeMechanism X509

WNA

public static final RuntimeAuthnScheme.ChallengeMechanism WNA

DAP

public static final RuntimeAuthnScheme.ChallengeMechanism DAP

OAM10G

public static final RuntimeAuthnScheme.ChallengeMechanism OAM10G

NONE

public static final RuntimeAuthnScheme.ChallengeMechanism NONE

Method Detail

values

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

valueOf

public static RuntimeAuthnScheme.ChallengeMechanism 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

getValue

public java.lang.String getValue()

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.