public static enum SSOAgentConstants.ErrorMessages extends Enum<SSOAgentConstants.ErrorMessages>
| Enum Constant and Description |
|---|
AGENT_CONFIG_CALLBACK_URL |
AGENT_CONFIG_CLIENT_ID |
AGENT_CONFIG_CLIENT_SECRET |
AGENT_CONFIG_SCOPE |
AUTHENTICATION_FAILED |
ID_TOKEN_NULL |
ID_TOKEN_PARSE |
JWT_PARSE |
SERVLET_CONNECTION |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getMessage() |
String |
toString() |
static SSOAgentConstants.ErrorMessages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSOAgentConstants.ErrorMessages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSOAgentConstants.ErrorMessages AUTHENTICATION_FAILED
public static final SSOAgentConstants.ErrorMessages ID_TOKEN_NULL
public static final SSOAgentConstants.ErrorMessages ID_TOKEN_PARSE
public static final SSOAgentConstants.ErrorMessages JWT_PARSE
public static final SSOAgentConstants.ErrorMessages AGENT_CONFIG_SCOPE
public static final SSOAgentConstants.ErrorMessages AGENT_CONFIG_CLIENT_ID
public static final SSOAgentConstants.ErrorMessages AGENT_CONFIG_CLIENT_SECRET
public static final SSOAgentConstants.ErrorMessages AGENT_CONFIG_CALLBACK_URL
public static final SSOAgentConstants.ErrorMessages SERVLET_CONNECTION
public static SSOAgentConstants.ErrorMessages[] values()
for (SSOAgentConstants.ErrorMessages c : SSOAgentConstants.ErrorMessages.values()) System.out.println(c);
public static SSOAgentConstants.ErrorMessages 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 getCode()
public String getMessage()
public String toString()
toString in class Enum<SSOAgentConstants.ErrorMessages>Copyright © 2023 WSO2. All rights reserved.