See: Description
| Class | Description |
|---|---|
| BooleanRestrictionEntity |
Represents a boolean restriction entity.
|
| GroupEntity |
Represents a Group entity.
|
| GroupEntityList |
Contains a list of GroupEntitys.
|
| NullRestrictionEntity |
Represents a null (no) restriction entity.
|
| PropertyEntity |
Represents a property entity.
|
| PropertyRestrictionEntity |
Represents a property restriction entity.
|
| SearchRestrictionEntity |
Search restriction entity classes should extend this abstract class.
|
| SearchRestrictionEntityTranslator |
Utility class to convert from a SearchRestriction interface to one of SearchRestrictionEntity classes.
|
| UserEntity |
Represents a User entity (client side).
|
| UserEntityList |
Contains a list of UserEntitys.
|
| Enum | Description |
|---|---|
| SearchRestrictionEntityTranslator.SupportedType |
Represents a supported value type.
|
Stolen from Crowd REST client so that we can force use of Jackson annotations, so that these types will serialize. See also JacksonJAXBAnnotations under "Not(-yet)-Supported JAXB annotations"
The server-side implementation of the functest-rest plugin for UserResource is also using the actual Crowd entity types, although it too hit issues with the SearchRestrictionEntity and all its dependencies not being available outside of the crowd-rest-plugin.
Copyright © 2003–2017 Atlassian. All rights reserved.