kaos.policy.query
Interface AuthorizationPolicyDisclosureForAC
- All Known Subinterfaces:
- PolicyDisclosureForAC
public interface AuthorizationPolicyDisclosureForAC
Method Summary |
void |
checkAbsolutePermission(java.lang.String checkedActionClass)
The method check if the given action class is absolutly permitted according to the current set of policies |
checkAbsolutePermission
void checkAbsolutePermission(java.lang.String checkedActionClass)
throws KAoSSecurityException,
java.lang.NullPointerException,
ServiceFailure
- The method check if the given action class is absolutly permitted according to the current set of policies
- Parameters:
checkedActionClass
- String containg OWL defiition of the action to be checked.
- Throws:
KAoSSecurityException
- if the action is not allowed.
java.lang.NullPointerException
- if the submitted argument is null.
ServiceFailure