Uses of Class
eu.emi.security.authn.x509.ValidationErrorCategory
-
Packages that use ValidationErrorCategory Package Description eu.emi.security.authn.x509 Contains API of the library. -
-
Uses of ValidationErrorCategory in eu.emi.security.authn.x509
Fields in eu.emi.security.authn.x509 declared as ValidationErrorCategory Modifier and Type Field Description private ValidationErrorCategory
ValidationError. errorCategory
Methods in eu.emi.security.authn.x509 that return ValidationErrorCategory Modifier and Type Method Description ValidationErrorCategory
ValidationError. getErrorCategory()
Returns a coarse grained error category.static ValidationErrorCategory
ValidationErrorCategory. getErrorCategory(ValidationErrorCode code)
static ValidationErrorCategory
ValidationErrorCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValidationErrorCategory[]
ValidationErrorCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-