Annotation Type Authenticated
-
@InterceptorBinding @Documented @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface Authenticated
Annotation to indicate the access a web resource must be done within an authenticated session. With this annotation, for each incoming request, the authentication of the caller is validated. If the user isn't yet authenticated, an authentication challenge is triggered with the credentials from the Authenticate HTTP header of the request.