public static enum AppExtensionOpcServiceApp.CurrentFederationMode extends Enum<AppExtensionOpcServiceApp.CurrentFederationMode> implements BmcEnum
Current Federation Mode
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string
Enum Constant and Description |
---|
AppAsIdentityProvider |
AppAsServiceProvider |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AppExtensionOpcServiceApp.CurrentFederationMode |
create(String key) |
String |
getValue() |
static AppExtensionOpcServiceApp.CurrentFederationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppExtensionOpcServiceApp.CurrentFederationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppExtensionOpcServiceApp.CurrentFederationMode None
public static final AppExtensionOpcServiceApp.CurrentFederationMode AppAsServiceProvider
public static final AppExtensionOpcServiceApp.CurrentFederationMode AppAsIdentityProvider
public static final AppExtensionOpcServiceApp.CurrentFederationMode UnknownEnumValue
public static AppExtensionOpcServiceApp.CurrentFederationMode[] values()
for (AppExtensionOpcServiceApp.CurrentFederationMode c : AppExtensionOpcServiceApp.CurrentFederationMode.values()) System.out.println(c);
public static AppExtensionOpcServiceApp.CurrentFederationMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AppExtensionOpcServiceApp.CurrentFederationMode create(String key)
Copyright © 2016–2024. All rights reserved.