Uses of Class
com.walkfares.odsl.security.PolicyAction
| Package | Description |
|---|---|
| com.walkfares.odsl.security |
-
Uses of PolicyAction in com.walkfares.odsl.security
Methods in com.walkfares.odsl.security that return PolicyAction Modifier and Type Method Description static PolicyActionPolicyAction. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyAction[]PolicyAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.walkfares.odsl.security that return types with arguments of type PolicyAction Modifier and Type Method Description List<PolicyAction>Policy. getActions()Methods in com.walkfares.odsl.security with parameters of type PolicyAction Modifier and Type Method Description PolicyPolicy. addAction(PolicyAction action)PolicyPolicy. addActions(PolicyAction... actions)booleanPolicy. hasAction(PolicyAction action)