public enum OAuth2Client extends java.lang.Enum<OAuth2Client>
Enum Constant and Description |
---|
API |
DAS_CONFIDENT |
DAS_PUBLIC |
DESIGN_STUDIO |
KAPPLETS |
KTA |
ROBOSERVER |
SYNCHRONIZER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientId() |
java.lang.String |
getRedirectUrl() |
boolean |
isConfidential() |
static OAuth2Client |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Client[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuth2Client KAPPLETS
public static final OAuth2Client ROBOSERVER
public static final OAuth2Client DAS_CONFIDENT
public static final OAuth2Client DAS_PUBLIC
public static final OAuth2Client DESIGN_STUDIO
public static final OAuth2Client SYNCHRONIZER
public static final OAuth2Client KTA
public static final OAuth2Client API
public static OAuth2Client[] values()
for (OAuth2Client c : OAuth2Client.values()) System.out.println(c);
public static OAuth2Client 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 getClientId()
public java.lang.String getRedirectUrl()
public boolean isConfidential()
RoboSuite Java API, v11.4.7880