@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface TokenResource
OAuth server filter
.
Filter will not perform authentication and authorization check for resources with this annotation and will
leave the SecurityContext
unchanged. This annotation is intended to be placed
on resource providing Request and Access Token during Authorization process.
The annotation can be placed on a resource method directly or resource class.Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.