Package de.mhus.lib.core.security
Interface AuthorizationSource
-
public interface AuthorizationSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyAuthorizationApigetModifyApi()StringgetResourceAccessAcl(Account account, String aclName)BooleanhasResourceAccess(Account account, String aclName)Return null if the mapping was not found, true or false if there is a concrete result.
-
-
-
Method Detail
-
hasResourceAccess
Boolean hasResourceAccess(Account account, String aclName)
Return null if the mapping was not found, true or false if there is a concrete result.- Parameters:
api-account-aclName-mappingName-role-- Returns:
- true if access
-
getModifyApi
ModifyAuthorizationApi getModifyApi()
-
-