@Singleton final class SecurityScopeResolver extends java.lang.Object implements ScopeResolver
scope provider resolving entity-filtering scopes from security annotations.| Constructor and Description |
|---|
SecurityScopeResolver() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
resolve(java.lang.annotation.Annotation[] annotations)
Resolve entity-filtering scopes for given annotations.
|
public java.util.Set<java.lang.String> resolve(java.lang.annotation.Annotation[] annotations)
ScopeResolverresolve in interface ScopeResolverannotations - list of arbitrary annotations.