Interface ModifyAuthorizationApi


  • public interface ModifyAuthorizationApi
    • Method Detail

      • createAuthorization

        void createAuthorization​(String resName,
                                 String acl)
                          throws de.mhus.lib.errors.MException
        Create or update resource ACL.
        Parameters:
        resName -
        acl -
        Throws:
        de.mhus.lib.errors.MException
      • deleteAuthorization

        void deleteAuthorization​(String resName)
                          throws de.mhus.lib.errors.MException
        Delete resource ACL.
        Parameters:
        resName -
        Throws:
        de.mhus.lib.errors.MException
      • getAuthorizationAcl

        String getAuthorizationAcl​(String string)
                            throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException