Interface AuthorizingAccess

    • Method Detail

      • getAuthContext

        com.dtolabs.rundeck.core.authorization.UserAndRolesAuthContext getAuthContext()
        Returns:
        auth context
      • isAuthorized

        boolean isAuthorized​(NamedAuthRequest namedAuthRequest)
                      throws NotFound
        Check authorization
        Parameters:
        namedAuthRequest - named auth check
        Throws:
        NotFound - if not found
      • isAuthorized

        boolean isAuthorized​(AuthActions actions)
                      throws NotFound
        test authorization
        Parameters:
        actions - auth actions
        Returns:
        true if authorized, false otherwise
        Throws:
        NotFound - if not found