Class SecurityScopeResolver
java.lang.Object
org.glassfish.jersey.message.filtering.SecurityScopeResolver
- All Implemented Interfaces:
ScopeResolver
scope provider
resolving entity-filtering scopes from security annotations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve
(Annotation[] annotations) Resolve entity-filtering scopes for given annotations.
-
Constructor Details
-
SecurityScopeResolver
SecurityScopeResolver()
-
-
Method Details
-
resolve
Description copied from interface:ScopeResolver
Resolve entity-filtering scopes for given annotations.- Specified by:
resolve
in interfaceScopeResolver
- Parameters:
annotations
- list of arbitrary annotations.- Returns:
- non-null set of entity-filtering scopes.
-