org.picketlink
@Qualifier @Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public static @interface Identity.Stateless
Defines a Qualifier
that may be applied to an injection point to indicate that a stateless Identity
is expected. In this case, the authentication state for an user is not shared between different requests.
This qualifier should be used by Identity
implementations to provide a stateless behavior to the authentication process.
So any authentication data will be lost once the request processing is finished.
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.