Uses of Class
org.italiangrid.voms.error.VOMSValidationErrorCode
-
Packages that use VOMSValidationErrorCode Package Description org.italiangrid.voms.error This package provides error code and message definitions for the VOMS API. -
-
Uses of VOMSValidationErrorCode in org.italiangrid.voms.error
Fields in org.italiangrid.voms.error declared as VOMSValidationErrorCode Modifier and Type Field Description private VOMSValidationErrorCodeVOMSValidationErrorMessage. errorCodeMethods in org.italiangrid.voms.error that return VOMSValidationErrorCode Modifier and Type Method Description VOMSValidationErrorCodeVOMSValidationErrorMessage. getErrorCode()static VOMSValidationErrorCodeVOMSValidationErrorCode. valueOf(java.lang.String name)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 VOMSValidationErrorCode Modifier and Type Method Description static VOMSValidationErrorMessageVOMSValidationErrorMessage. newErrorMessage(VOMSValidationErrorCode errorCode)static VOMSValidationErrorMessageVOMSValidationErrorMessage. newErrorMessage(VOMSValidationErrorCode errorCode, java.lang.Object... params)Constructors in org.italiangrid.voms.error with parameters of type VOMSValidationErrorCode Constructor Description VOMSValidationErrorMessage(VOMSValidationErrorCode errorCode)VOMSValidationErrorMessage(VOMSValidationErrorCode errorCode, java.lang.Object... params)
-