|
Oracle Fusion Middleware Java API Reference for Oracle OAuth Service 11g Release 2 (11.1.2) E57632-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<SecurityEvent>
oracle.security.idaas.rest.provider.plugin.SecurityEvent
public enum SecurityEvent
Security event
Enum Constant Summary
BEFORE_USER_CONSENT This BEFORE_USER_CONSENT facilitates authorization plugin usage in front channel flows i.e. |
CREATE_ACCESS_TOKEN Under OAuth 2.0 protocol, authorization decision made by the (authorization) security plugin would treat the creation of resource access credentials in the same way, regardless credentials are in forms of Authorization Code, Access Token or Refresh Token. |
CREATE_CLIENT_TOKEN |
CREATE_USER_TOKEN |
MULTI_STEP_AUTHN Corresponding to Result.ResultStatus.Require_Multi_Step_Authn |
REG_BUSINESS_CLIENT_APP |
REG_SECURITY_CLIENT_APP |
TERMINATE_CLIENT_TOKEN |
TERMINATE_USER_TOKEN |
UPDATE_USER_TOKEN |
VERIFY_ACCESS_TOKEN |
VERIFY_CLIENT_TOKEN |
VERIFY_TOKEN This VERIFY_TOKEN even is generic version of VERIFY_*_TOKEN event, as OIC server may not be able to determine the type of token being verified in some negative cases. |
VERIFY_USER_TOKEN |
static SecurityEvent |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
static SecurityEvent[] |
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 SecurityEvent REG_SECURITY_CLIENT_APP
public static final SecurityEvent REG_BUSINESS_CLIENT_APP
public static final SecurityEvent CREATE_CLIENT_TOKEN
public static final SecurityEvent VERIFY_CLIENT_TOKEN
public static final SecurityEvent TERMINATE_CLIENT_TOKEN
public static final SecurityEvent CREATE_USER_TOKEN
public static final SecurityEvent VERIFY_USER_TOKEN
public static final SecurityEvent UPDATE_USER_TOKEN
public static final SecurityEvent TERMINATE_USER_TOKEN
public static final SecurityEvent CREATE_ACCESS_TOKEN
public static final SecurityEvent VERIFY_ACCESS_TOKEN
public static final SecurityEvent BEFORE_USER_CONSENT
public static final SecurityEvent VERIFY_TOKEN
public static final SecurityEvent MULTI_STEP_AUTHN
public static SecurityEvent[] values()
for (SecurityEvent c : SecurityEvent.values()) System.out.println(c);
public static SecurityEvent 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
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |