Package net.ltgt.oidc.servlet.rs
Annotation Interface IsAuthenticated
@Documented
@NameBinding
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface IsAuthenticated
Ensures the user is authenticated, by creating a
named binding with
IsAuthenticatedFilter.- See Also: