net.sf.aguacate.security.service.SecurityValidationStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security-service Show documentation
Show all versions of security-service Show documentation
Aguacate Filter Security Service Project
package net.sf.aguacate.security.service;
public enum SecurityValidationStatus {
SUCCESS, UNINTELLIGIBLE, FORBIDDEN, UNAUTHORIZED, UNSUPPORTED
}