Package com.liferay.oauth2.provider.scope


package com.liferay.oauth2.provider.scope
  • Class
    Description
    Declares that a method on a JAX-RS resource does not need a scope to be authorized.
    Declares that a method on a JAX-RS resource may only be executed if the incoming request is authorized for the scopes given in the value of the annotation.
    Provides a programmatic interface for applications to check scope authorization in a JAX-RS request.