Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle OAuth Service
11g Release 2 (11.1.2)

E57632-01


oracle.security.idaas.oauth.client
Enum ClientProfile.ClientType

java.lang.Object
  extended by java.lang.Enum<ClientProfile.ClientType>
      extended by oracle.security.idaas.oauth.client.ClientProfile.ClientType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ClientProfile.ClientType>
Enclosing interface:
ClientProfile

public static enum ClientProfile.ClientType
extends java.lang.Enum<ClientProfile.ClientType>

Enum Constant Summary

CONFIDENTIAL_CLIENT
           
MOBILE_CLIENT
           

  Method Summary

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

CONFIDENTIAL_CLIENT

public static final ClientProfile.ClientType CONFIDENTIAL_CLIENT

MOBILE_CLIENT

public static final ClientProfile.ClientType MOBILE_CLIENT

Method Detail

values

public static ClientProfile.ClientType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ClientProfile.ClientType c : ClientProfile.ClientType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ClientProfile.ClientType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static ClientProfile.ClientType fromValue(java.lang.String v)

Skip navigation links

Copyright (c) 2014,<BR/>Oracle and/or its affiliates. All Rights Reserved.
<BR/>