Uses of Class
org.xipki.ca.gateway.Requestor.Permission
-
Packages that use Requestor.Permission Package Description org.xipki.ca.gateway -
-
Uses of Requestor.Permission in org.xipki.ca.gateway
Methods in org.xipki.ca.gateway that return Requestor.Permission Modifier and Type Method Description static Requestor.PermissionRequestor.Permission. valueOf(String name)Returns the enum constant of this type with the specified name.static Requestor.Permission[]Requestor.Permission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.gateway with parameters of type Requestor.Permission Modifier and Type Method Description booleanRequestor. isPermitted(Requestor.Permission permission)Returns whether the requested permissions is allowed.
-