See: Description
Class | Description |
---|---|
CommonScopeProvider |
Default implementation of
scope provider . |
DefaultEntityProcessor |
Default entity processor.
|
EmptyEntityGraphImpl |
EntityGraph implementation that does not contain any fields/subgraphs. |
EmptyObjectGraph |
Object graph representing empty domain classes.
|
EntityFilteringBinder |
Binder for Entity Data Filtering feature.
|
EntityFilteringFeature |
Feature used to add support for Entity Data Filtering feature for entity-filtering annotations based on
EntityFiltering meta-annotation. |
EntityFilteringHelper |
Utility methods for Entity Data Filtering.
|
EntityFilteringProcessor |
Entity processor handling entity-filtering annotations.
|
EntityFilteringScopeResolver |
Scope provider processing entity-filtering annotations created using
@EntityFiltering meta-annotation. |
EntityGraphImpl |
Default implementation of
EntityGraph . |
EntityGraphProviderImpl |
Provides
entity graph and object graph instances. |
EntityInspectorImpl |
Class responsible for inspecting entity classes.
|
EntityProcessorContextImpl |
Default
entity processor context implementation. |
ObjectGraphImpl |
Default implementation of
ObjectGraph . |
ObjectGraphProvider | |
SecurityAnnotations |
Convenience utility methods for creating instances of security annotations.
|
SecurityAnnotations.DenyAllImpl |
DenyAll annotation implementation.
|
SecurityAnnotations.PermitAllImpl |
PermitAll annotation implementation.
|
SecurityAnnotations.RolesAllowedImpl |
DenyAll annotation implementation.
|
SecurityEntityFilteringFeature |
Feature used to add support for Java Security annotations (javax.annotation.security ) for Entity Data
Filtering feature. |
SecurityEntityProcessor |
Entity processor handling security annotations on model entity classes. |
SecurityHelper |
Utility methods for security Entity Data Filtering.
|
SecurityScopeResolver |
scope provider resolving entity-filtering scopes from security annotations. |
SecurityServerScopeProvider | |
SecurityServerScopeResolver |
Server-side
scope provider resolving entity-filtering scopes from security annotations
with respect to user's roles defined in SecurityContext . |
SelectableEntityFilteringFeature |
Feature used to add support for custom query parameter filtering for
Entity Data Filtering feature. |
SelectableEntityProcessor | |
SelectableScopeResolver | |
ServerScopeProvider |
Server-side implementation of
scope provider . |
Annotation Type | Description |
---|---|
EntityFiltering |
Meta-annotation used to create entity filtering annotations for entity (model) classes and resource methods and resources.
|
features
has to be registered in an
application:
EntityFilteringFeature
- adds support for entity-filtering
annotations based on EntityFiltering
meta-annotation.SecurityEntityFilteringFeature
- add support for entity-filtering using
Java Security annotations (javax.annotation.security
).EntityFiltering
meta-annotation.