Enum MyTrustedUserAgent.TokenType
- java.lang.Object
-
- java.lang.Enum<MyTrustedUserAgent.TokenType>
-
- com.oracle.bmc.identitydomains.model.MyTrustedUserAgent.TokenType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<MyTrustedUserAgent.TokenType>
- Enclosing class:
- MyTrustedUserAgent
public static enum MyTrustedUserAgent.TokenType extends Enum<MyTrustedUserAgent.TokenType> implements BmcEnum
The token type being created.This token is used as trusted and kmsi token.
*Added In:** 2111190457
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: false - returned: default - type: string - uniqueness: none
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Kmsi
Trusted
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MyTrustedUserAgent.TokenType
create(String key)
String
getValue()
static MyTrustedUserAgent.TokenType
valueOf(String name)
Returns the enum constant of this type with the specified name.static MyTrustedUserAgent.TokenType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Kmsi
public static final MyTrustedUserAgent.TokenType Kmsi
-
Trusted
public static final MyTrustedUserAgent.TokenType Trusted
-
UnknownEnumValue
public static final MyTrustedUserAgent.TokenType 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 MyTrustedUserAgent.TokenType[] 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 (MyTrustedUserAgent.TokenType c : MyTrustedUserAgent.TokenType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MyTrustedUserAgent.TokenType 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 MyTrustedUserAgent.TokenType create(String key)
-
-