A D E I M O P V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Audited - Annotation Type in io.helidon.security.annotations
-
An annotation to specify server resources to be audited.
- Authenticated - Annotation Type in io.helidon.security.annotations
-
An annotation used to specify server resources with enforced authentication and resources accessible without authentication.
- Authorized - Annotation Type in io.helidon.security.annotations
-
An annotation used to specify server resources with enforced authorization.
D
- DEFAULT_ERROR_SEVERITY - Static variable in annotation type io.helidon.security.annotations.Audited
-
Default severity for non-OK statuses.
- DEFAULT_EVENT_TYPE - Static variable in annotation type io.helidon.security.annotations.Audited
-
Default event type: "request".
- DEFAULT_MESSAGE_FORMAT - Static variable in annotation type io.helidon.security.annotations.Audited
-
Default message format: "%3$s %1$s \"%2$s\" %5$s %6$s requested by %4$s".
- DEFAULT_OK_SEVERITY - Static variable in annotation type io.helidon.security.annotations.Audited
-
Default severity for OK status.
E
- errorSeverity() - Method in annotation type io.helidon.security.annotations.Audited
-
Severity of request with unsuccessful response (in http, this would be 4** and 5** status).
- explicit() - Method in annotation type io.helidon.security.annotations.Authorized
-
By default, authorization is implicit and all annotations are processed before method invocation to authorize access.
I
- io.helidon.security.annotations - package io.helidon.security.annotations
-
Annotations for integration with containers supporting them.
M
- messageFormat() - Method in annotation type io.helidon.security.annotations.Audited
-
The message format of this audit event.
O
- okSeverity() - Method in annotation type io.helidon.security.annotations.Audited
-
Severity of request with successful response (in http, this would be 1** 2** and 3** statuses).
- optional() - Method in annotation type io.helidon.security.annotations.Authenticated
-
If set to optional, authentication will be attempted, yet if it fails, we would still be called without authenticated user/service.
P
- provider() - Method in annotation type io.helidon.security.annotations.Authenticated
-
Explicit authentication provider to use when processing this Authorized.
- provider() - Method in annotation type io.helidon.security.annotations.Authorized
-
Explicit authorization provider to use when processing this Authorized.
V
- value() - Method in annotation type io.helidon.security.annotations.Audited
-
Event type of this audit event.
- value() - Method in annotation type io.helidon.security.annotations.Authenticated
-
Determine whether authentication should be enabled.
- value() - Method in annotation type io.helidon.security.annotations.Authorized
-
Determine whether authorization should be enabled.
All Classes All Packages