Enum AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod
- java.lang.Object
-
- java.lang.Enum<AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod>
-
- com.oracle.bmc.identitydomains.model.AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod>
- Enclosing class:
- AppExtensionFormFillAppTemplateAppTemplate
public static enum AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod extends Enum<AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod> implements BmcEnum
Indicates how FormFill obtains the username and password of the account that FormFill will use to sign into the target App.*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AdminSetsCredentials
AdminSetsSharedCredentials
SsoCredentialsAsAppCredentials
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UserSetsCredentials
UserSetsPasswordOnly
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod
create(String key)
String
getValue()
static AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod
valueOf(String name)
Returns the enum constant of this type with the specified name.static AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AdminSetsCredentials
public static final AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod AdminSetsCredentials
-
AdminSetsSharedCredentials
public static final AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod AdminSetsSharedCredentials
-
UserSetsPasswordOnly
public static final AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod UserSetsPasswordOnly
-
UserSetsCredentials
public static final AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod UserSetsCredentials
-
SsoCredentialsAsAppCredentials
public static final AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod SsoCredentialsAsAppCredentials
-
UnknownEnumValue
public static final AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod[] 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 (AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod c : AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod valueOf(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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod create(String key)
-
-