public static enum ProtocolAlgorithmTypeSignature.ScopeEnum extends Enum<ProtocolAlgorithmTypeSignature.ScopeEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProtocolAlgorithmTypeSignature.ScopeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolAlgorithmTypeSignature.ScopeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolAlgorithmTypeSignature.ScopeEnum RESPONSE
public static final ProtocolAlgorithmTypeSignature.ScopeEnum TOKEN
public static final ProtocolAlgorithmTypeSignature.ScopeEnum ANY
public static final ProtocolAlgorithmTypeSignature.ScopeEnum REQUEST
public static final ProtocolAlgorithmTypeSignature.ScopeEnum NONE
public static ProtocolAlgorithmTypeSignature.ScopeEnum[] values()
for (ProtocolAlgorithmTypeSignature.ScopeEnum c : ProtocolAlgorithmTypeSignature.ScopeEnum.values()) System.out.println(c);
public static ProtocolAlgorithmTypeSignature.ScopeEnum 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 toString()
toString in class Enum<ProtocolAlgorithmTypeSignature.ScopeEnum>Copyright © 2017–2023 Okta. All rights reserved.