Uses of Class
org.xipki.ca.gateway.api.Requestor.Permission
-
-
Uses of Requestor.Permission in org.xipki.ca.gateway.api
Methods in org.xipki.ca.gateway.api 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.api with parameters of type Requestor.Permission Modifier and Type Method Description booleanRequestor. isPermitted(Requestor.Permission permission)Returns whether the requested permissions is allowed.
-