JavaScript is disabled on your browser.
Skip navigation links
quarkus-security 2.2.0
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
io.quarkus.security.api
Package
io.quarkus.security
Annotation Type Authenticated
@Target
({
METHOD
,
ANNOTATION_TYPE
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
Authenticated
Indicates that a resource can only be accessed by a logged in user. This is equivalent to the Jakarta EE8
RolesAllowed("**")
construct.