Interface ScopeWithPrivileges

  • All Superinterfaces:
    Scope

    public interface ScopeWithPrivileges
    extends Scope
    Extended Scope interface for scopes that define required privileges on their content paths. The privileges defined in the scope will be created by the OAuth Server using the oauthservice user. It is the responsibility of the scope developer to ensure that oauthservice has the necessary privileges to do this.
    • Method Detail

      • getPrivileges

        java.lang.String[] getPrivileges()
        Get the privileges associated with the scope.
        Returns:
        A String[] of Privilege names.