|
Oracle Fusion Middleware MBeans Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14651-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<PortablePrincipal.PrincipalType>
oracle.security.jps.mas.mgmt.jmx.policy.PortablePrincipal.PrincipalType
public static enum PortablePrincipal.PrincipalType
Enum which holds the different types of a Principal.
| Enum Constant Summary | |
|---|---|
ADMIN_ROLEDeprecated. |
|
APP_ROLE |
|
CUSTOM |
|
ENT_ROLE |
|
ENT_USER |
|
| Method Summary | |
|---|---|
static PortablePrincipal.PrincipalType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static PortablePrincipal.PrincipalType[] |
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 PortablePrincipal.PrincipalType ENT_USER
public static final PortablePrincipal.PrincipalType ENT_ROLE
public static final PortablePrincipal.PrincipalType APP_ROLE
@Deprecated
public static final PortablePrincipal.PrincipalType ADMIN_ROLE
public static final PortablePrincipal.PrincipalType CUSTOM
| Method Detail |
|---|
public static PortablePrincipal.PrincipalType[] values()
for (PortablePrincipal.PrincipalType c : PortablePrincipal.PrincipalType.values())
System.out.println(c);
public static PortablePrincipal.PrincipalType 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 MBeans Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14651-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||