|
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<ClientProfile.ClientType>
oracle.security.idaas.oauth.client.ClientProfile.ClientType
public static enum ClientProfile.ClientType
Enum Constant Summary
CONFIDENTIAL_CLIENT |
MOBILE_CLIENT |
static ClientProfile.ClientType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ClientProfile.ClientType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ClientProfile.ClientType[] |
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 ClientProfile.ClientType CONFIDENTIAL_CLIENT
public static final ClientProfile.ClientType MOBILE_CLIENT
public static ClientProfile.ClientType[] values()
for (ClientProfile.ClientType c : ClientProfile.ClientType.values())
System.out.println(c);
public static ClientProfile.ClientType 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 nullpublic java.lang.String value()
public static ClientProfile.ClientType fromValue(java.lang.String v)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||