|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<JpsPrincipalType>
oracle.security.jps.principals.JpsPrincipalType
public enum JpsPrincipalType
This enum defines the supported types of Principal in OPSS.
| Enum Constant Summary | |
|---|---|
JPS_ANONYMOUS_ROLEthe anonymous role principal type. |
|
JPS_ANONYMOUS_USERthe anonymous user principal type. |
|
JPS_APPLICATION_ROLEthe application role principal type. |
|
JPS_AUTHENTICATED_ROLEthe authenticated role principal type. |
|
JPS_ENTERPRISE_ROLEthe enterprise role principal type. |
|
JPS_USERthe enterprise user principal type. |
|
| Method Summary | |
|---|---|
static JpsPrincipalType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static JpsPrincipalType[] |
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 |
|---|
public static final JpsPrincipalType JPS_USER
public static final JpsPrincipalType JPS_ANONYMOUS_USER
public static final JpsPrincipalType JPS_APPLICATION_ROLE
public static final JpsPrincipalType JPS_ENTERPRISE_ROLE
public static final JpsPrincipalType JPS_ANONYMOUS_ROLE
public static final JpsPrincipalType JPS_AUTHENTICATED_ROLE
| Method Detail |
|---|
public static JpsPrincipalType[] values()
for (JpsPrincipalType c : JpsPrincipalType.values())
System.out.println(c);
public static JpsPrincipalType 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 Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||