public enum KeyIdType extends Enum<KeyIdType>
An enum for KeyId types and associated patterns
Enum Constant and Description |
---|
REF
KeyId that is generated by Identity provisioning service after user uploads a public key.
|
Modifier and Type | Method and Description |
---|---|
String |
getPattern() |
static KeyIdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyIdType REF
public static KeyIdType[] values()
for (KeyIdType c : KeyIdType.values()) System.out.println(c);
public static KeyIdType 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 String getPattern()
Copyright © 2016–2024. All rights reserved.