Uses of Class
org.technologybrewery.fermenter.stout.authz.PolicyDecision
-
Packages that use PolicyDecision Package Description org.technologybrewery.fermenter.stout.authz -
-
Uses of PolicyDecision in org.technologybrewery.fermenter.stout.authz
Methods in org.technologybrewery.fermenter.stout.authz that return PolicyDecision Modifier and Type Method Description PolicyDecisionPolicyDecisionPoint. isAuthorized(String subject, String resource, String action)Authorization request for a given subject, resource, and action.static PolicyDecisionPolicyDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyDecision[]PolicyDecision. values()Returns an array containing the constants of this enum type, in the order they are declared.
-