Package de.mhus.lib.core.security
Interface ModifyAuthorizationApi
-
public interface ModifyAuthorizationApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateAuthorization(String resName, String acl)Create or update resource ACL.voiddeleteAuthorization(String resName)Delete resource ACL.StringgetAuthorizationAcl(String string)
-
-
-
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
-
-