interface InterceptorInterface (View source)

Contract for a security interceptor.

Methods

bool
invoke()

Invokes the security interception (e.g. calls a PrivilegeManagerInterface)

Details

bool invoke()

Invokes the security interception (e.g. calls a PrivilegeManagerInterface)

Return Value

bool

true if the security checks was passed

Exceptions

AccessDeniedException
AuthenticationRequiredException
NoTokensAuthenticatedException