Uses of Enum Class
com.atlassian.crowd.manager.sso.InvalidApplicationSamlConfigurationException.ErrorCode
Packages that use InvalidApplicationSamlConfigurationException.ErrorCode
-
Uses of InvalidApplicationSamlConfigurationException.ErrorCode in com.atlassian.crowd.manager.sso
Methods in com.atlassian.crowd.manager.sso that return InvalidApplicationSamlConfigurationException.ErrorCodeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.InvalidApplicationSamlConfigurationException.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 InvalidApplicationSamlConfigurationException.ErrorCodeModifier and TypeMethodDescriptionMap<InvalidApplicationSamlConfigurationException.Field,InvalidApplicationSamlConfigurationException.ErrorCode> InvalidApplicationSamlConfigurationException.getErrors()Constructor parameters in com.atlassian.crowd.manager.sso with type arguments of type InvalidApplicationSamlConfigurationException.ErrorCodeModifierConstructorDescriptionInvalidApplicationSamlConfigurationException(Map<InvalidApplicationSamlConfigurationException.Field, InvalidApplicationSamlConfigurationException.ErrorCode> errors)