Имя |
Описание |
AccessDeny |
This security interceptor always denys access. |
AccessGrant |
This security interceptor always grants access. |
AfterInvocation |
This is the second main security interceptor, which enforces the current security policy for return values and is usually applied over AOP: |
PolicyEnforcement |
This is the main security interceptor, which enforces the current security policy and is usually called by the central security aspect: |
RequireAuthentication |
This security interceptor invokes the authentication of the authentication tokens in the security context. |