Interface BaseTypedRequestAuthorizer

    • Method Detail

      • system

        AuthorizingSystem system​(javax.security.auth.Subject subject)
        Authorizing system
        Parameters:
        subject - subject
        Returns:
        authorizing system
      • applicationType

        AuthorizingAppType applicationType​(javax.security.auth.Subject subject,
                                           ResIdResolver resolver)
        Authorizing application resource type
        Parameters:
        subject -
        resolver -
        Returns:
      • applicationType

        AuthorizingAppType applicationType​(javax.security.auth.Subject subject,
                                           java.lang.String type)
      • projectType

        AuthorizingProjectType projectType​(javax.security.auth.Subject subject,
                                           ResIdResolver resolver)
        Authorizing project resource type
        Parameters:
        subject -
        resolver -
        Returns:
      • projectType

        AuthorizingProjectType projectType​(javax.security.auth.Subject subject,
                                           java.lang.String project,
                                           java.lang.String type)
      • projectAcl

        AuthorizingProjectAcl projectAcl​(javax.security.auth.Subject subject,
                                         java.lang.String project)