com.silverpeas.annotation
Annotation Type Authenticated


@Documented
@Target(value=TYPE)
@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.



Copyright © 2016 Silverpeas. All Rights Reserved.