|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<UserActionMetaData>
oracle.security.am.plugin.impl.UserActionMetaData
public enum UserActionMetaData
UserActionMetaData - indicates the action type to be used with UserAction. The UserAction does a forward or a redirect (with a GET or POST) to the login page based on the UserActionMetaData value. Possible values for UserActionMetaData are : FORWARD, REDIRECT_GET, REDIRECT_POST
Enum Constant Summary | |
---|---|
FORWARD FORWARD can be used to forward the request to the same container. |
|
REDIRECT_GET Redirecting to a page with client/browser redirect. |
|
REDIRECT_POST Redirecting to a page with client/browser redirect. |
Method Summary | |
---|---|
static UserActionMetaData |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static UserActionMetaData[] |
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 |
---|
public static final UserActionMetaData FORWARD
public static final UserActionMetaData REDIRECT_GET
public static final UserActionMetaData REDIRECT_POST
Method Detail |
---|
public static UserActionMetaData[] values()
for (UserActionMetaData c : UserActionMetaData.values()) System.out.println(c);
public static UserActionMetaData valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright © 2013, Oracle Corp. All Rights Reserved.