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