Enum AppExtensionSamlServiceProviderApp.EncryptionAlgorithm
- java.lang.Object
-
- java.lang.Enum<AppExtensionSamlServiceProviderApp.EncryptionAlgorithm>
-
- com.oracle.bmc.identitydomains.model.AppExtensionSamlServiceProviderApp.EncryptionAlgorithm
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AppExtensionSamlServiceProviderApp.EncryptionAlgorithm>
- Enclosing class:
- AppExtensionSamlServiceProviderApp
public static enum AppExtensionSamlServiceProviderApp.EncryptionAlgorithm extends Enum<AppExtensionSamlServiceProviderApp.EncryptionAlgorithm> implements BmcEnum
This attribute indicates the encryption algorithm used to encrypt the SAML assertion.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm
create(String key)
String
getValue()
static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm
valueOf(String name)
Returns the enum constant of this type with the specified name.static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_3Des
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm _3Des
-
Aes128
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes128
-
Aes256
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes256
-
Aes192
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes192
-
Aes128Gcm
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes128Gcm
-
Aes256Gcm
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes256Gcm
-
Aes192Gcm
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm Aes192Gcm
-
UnknownEnumValue
public static final AppExtensionSamlServiceProviderApp.EncryptionAlgorithm 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 AppExtensionSamlServiceProviderApp.EncryptionAlgorithm[] 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 (AppExtensionSamlServiceProviderApp.EncryptionAlgorithm c : AppExtensionSamlServiceProviderApp.EncryptionAlgorithm.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppExtensionSamlServiceProviderApp.EncryptionAlgorithm 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 AppExtensionSamlServiceProviderApp.EncryptionAlgorithm create(String key)
-
-