Interface JAXRSService
-
- All Known Subinterfaces:
AccessTokenService,AnyObjectService,AnyService<TO>,AnyTypeClassService,AnyTypeService,ApplicationService,AuditService,CommandService,DelegationService,DynRealmService,ExecutableService,FIQLQueryService,GroupService,ImplementationService,MailTemplateService,NotificationService,PolicyService,RealmService,RelationshipTypeService,ReportService,RoleService,SchemaService,SecurityQuestionService,SyncopeService,TaskService,UserSelfService,UserService
public interface JAXRSService
-
-
Field Summary
Fields Modifier and Type Field Description static StringCRLFstatic StringDOUBLE_DASHstatic StringPARAM_ANYTYPE_KINDstatic StringPARAM_ANYTYPEKEYstatic StringPARAM_CONNID_PAGED_RESULTS_COOKIEstatic StringPARAM_DETAILSstatic StringPARAM_ENTITY_KEYstatic StringPARAM_FIQLstatic StringPARAM_KEYWORDstatic StringPARAM_MAXstatic StringPARAM_NOTIFICATIONstatic StringPARAM_ORDERBYstatic StringPARAM_PAGEstatic StringPARAM_REALMstatic StringPARAM_RECURSIVEstatic StringPARAM_RESOURCEstatic StringPARAM_SIZEstatic StringPARAM_USER
-
-
-
Field Detail
-
PARAM_FIQL
static final String PARAM_FIQL
- See Also:
- Constant Field Values
-
PARAM_PAGE
static final String PARAM_PAGE
- See Also:
- Constant Field Values
-
PARAM_SIZE
static final String PARAM_SIZE
- See Also:
- Constant Field Values
-
PARAM_ORDERBY
static final String PARAM_ORDERBY
- See Also:
- Constant Field Values
-
PARAM_KEYWORD
static final String PARAM_KEYWORD
- See Also:
- Constant Field Values
-
PARAM_RESOURCE
static final String PARAM_RESOURCE
- See Also:
- Constant Field Values
-
PARAM_NOTIFICATION
static final String PARAM_NOTIFICATION
- See Also:
- Constant Field Values
-
PARAM_ANYTYPE_KIND
static final String PARAM_ANYTYPE_KIND
- See Also:
- Constant Field Values
-
PARAM_ENTITY_KEY
static final String PARAM_ENTITY_KEY
- See Also:
- Constant Field Values
-
PARAM_USER
static final String PARAM_USER
- See Also:
- Constant Field Values
-
PARAM_REALM
static final String PARAM_REALM
- See Also:
- Constant Field Values
-
PARAM_RECURSIVE
static final String PARAM_RECURSIVE
- See Also:
- Constant Field Values
-
PARAM_DETAILS
static final String PARAM_DETAILS
- See Also:
- Constant Field Values
-
PARAM_CONNID_PAGED_RESULTS_COOKIE
static final String PARAM_CONNID_PAGED_RESULTS_COOKIE
- See Also:
- Constant Field Values
-
PARAM_MAX
static final String PARAM_MAX
- See Also:
- Constant Field Values
-
PARAM_ANYTYPEKEY
static final String PARAM_ANYTYPEKEY
- See Also:
- Constant Field Values
-
DOUBLE_DASH
static final String DOUBLE_DASH
- See Also:
- Constant Field Values
-
CRLF
static final String CRLF
- See Also:
- Constant Field Values
-
-