Uses of Enum Class
com.atlassian.crowd.manager.sso.InvalidGlobalSamlConfigurationException.ErrorCode
Packages that use InvalidGlobalSamlConfigurationException.ErrorCode
-
Uses of InvalidGlobalSamlConfigurationException.ErrorCode in com.atlassian.crowd.manager.sso
Methods in com.atlassian.crowd.manager.sso that return InvalidGlobalSamlConfigurationException.ErrorCodeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.InvalidGlobalSamlConfigurationException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.manager.sso that return types with arguments of type InvalidGlobalSamlConfigurationException.ErrorCodeModifier and TypeMethodDescriptionMap<InvalidGlobalSamlConfigurationException.Field,InvalidGlobalSamlConfigurationException.ErrorCode> InvalidGlobalSamlConfigurationException.getErrors()Constructor parameters in com.atlassian.crowd.manager.sso with type arguments of type InvalidGlobalSamlConfigurationException.ErrorCodeModifierConstructorDescriptionInvalidGlobalSamlConfigurationException(Map<InvalidGlobalSamlConfigurationException.Field, InvalidGlobalSamlConfigurationException.ErrorCode> errors)