Uses of Enum
org.italiangrid.voms.error.VOMSValidationErrorCode
Packages that use VOMSValidationErrorCode
Package
Description
This package provides error code and message definitions for the VOMS API.
-
Uses of VOMSValidationErrorCode in org.italiangrid.voms.error
Methods in org.italiangrid.voms.error that return VOMSValidationErrorCodeModifier and TypeMethodDescriptionVOMSValidationErrorMessage.getErrorCode()
static VOMSValidationErrorCode
Returns the enum constant of this type with the specified name.static VOMSValidationErrorCode[]
VOMSValidationErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.italiangrid.voms.error with parameters of type VOMSValidationErrorCodeModifier and TypeMethodDescriptionstatic VOMSValidationErrorMessage
VOMSValidationErrorMessage.newErrorMessage
(VOMSValidationErrorCode errorCode) static VOMSValidationErrorMessage
VOMSValidationErrorMessage.newErrorMessage
(VOMSValidationErrorCode errorCode, Object... params)