Class PolicyResponse


  • public class PolicyResponse
    extends Object
    The result of the validation.
    • VALID - the validation succeeded
    • NOT_VISIBLE - the validation failed because a resource requested as part of the context or method params was deemed not visible to one or more other context params, or the current Authentication
    • NOT_MUTABLE - the validation failed because a resource requested as part of the context or method params was deemed not mutable based on one or more other context params, or the current Authentication
    • NOT_PERMITTED - the validation failed because an operation requested with a particular associated permission was deemed out-of-scope for allowed granted authorities on the current Authentication
    Author:
    Jeff Fischer