Interface JAXRSService
-
- All Known Subinterfaces:
AccessTokenService
,AnyObjectService
,AnyService<TO>
,AnyTypeClassService
,AnyTypeService
,ApplicationService
,AttrRepoService
,AuditService
,AuthModuleService
,AuthProfileService
,BpmnProcessService
,ClientAppService
,CommandService
,ConnectorService
,DelegationService
,DynRealmService
,ExecutableService
,FIQLQueryService
,GoogleMfaAuthAccountService
,GoogleMfaAuthTokenService
,GroupService
,ImpersonationService
,ImplementationService
,MailTemplateService
,MfaTrustStorageService
,NotificationService
,OIDCC4UIProviderService
,OIDCC4UIService
,OIDCJWKSService
,PolicyService
,RealmService
,ReconciliationService
,RelationshipTypeService
,RemediationService
,ReportService
,ResourceService
,RoleService
,SAML2IdPEntityService
,SAML2SP4UIIdPService
,SAML2SP4UIService
,SAML2SPEntityService
,SchemaService
,SCIMConfService
,SecurityQuestionService
,SRARouteService
,SyncopeService
,TaskService
,U2FRegistrationService
,UserRequestService
,UserSelfService
,UserService
,UserWorkflowTaskService
,WAClientAppService
,WAConfigService
,WebAuthnRegistrationService
- All Known Implementing Classes:
AbstractAnyService
,AbstractExecutableService
,AbstractSearchService
,AbstractService
,AccessTokenServiceImpl
,AnyObjectServiceImpl
,AnyTypeClassServiceImpl
,AnyTypeServiceImpl
,ApplicationServiceImpl
,AttrRepoServiceImpl
,AuditServiceImpl
,AuthModuleServiceImpl
,AuthProfileServiceImpl
,BpmnProcessServiceImpl
,ClientAppServiceImpl
,CommandServiceImpl
,ConnectorServiceImpl
,DelegationServiceImpl
,DynRealmServiceImpl
,FIQLQueryServiceImpl
,GoogleMfaAuthAccountServiceImpl
,GoogleMfaAuthTokenServiceImpl
,GroupServiceImpl
,ImpersonationServiceImpl
,ImplementationServiceImpl
,MailTemplateServiceImpl
,MfaTrustStorageServiceImpl
,NotificationServiceImpl
,OIDCC4UIProviderServiceImpl
,OIDCC4UIServiceImpl
,OIDCJWKSServiceImpl
,PolicyServiceImpl
,RealmServiceImpl
,ReconciliationServiceImpl
,RelationshipTypeServiceImpl
,RemediationServiceImpl
,ReportServiceImpl
,ResourceServiceImpl
,RoleServiceImpl
,SAML2IdPEntityServiceImpl
,SAML2SP4UIIdPServiceImpl
,SAML2SP4UIServiceImpl
,SAML2SPEntityServiceImpl
,SchemaServiceImpl
,SCIMConfServiceImpl
,SecurityQuestionServiceImpl
,SRARouteServiceImpl
,SyncopeServiceImpl
,TaskServiceImpl
,U2FRegistrationServiceImpl
,UserRequestServiceImpl
,UserSelfServiceImpl
,UserServiceImpl
,UserWorkflowTaskServiceImpl
,WAClientAppServiceImpl
,WAConfigServiceImpl
,WebAuthnRegistrationServiceImpl
public interface JAXRSService
-
-
Field Summary
Fields Modifier and Type Field Description static String
CRLF
static String
DOUBLE_DASH
static String
PARAM_ANYTYPE_KIND
static String
PARAM_ANYTYPEKEY
static String
PARAM_CONNID_PAGED_RESULTS_COOKIE
static String
PARAM_DETAILS
static String
PARAM_ENTITY_KEY
static String
PARAM_FIQL
static String
PARAM_KEYWORD
static String
PARAM_MAX
static String
PARAM_NOTIFICATION
static String
PARAM_ORDERBY
static String
PARAM_PAGE
static String
PARAM_REALM
static String
PARAM_RECURSIVE
static String
PARAM_RESOURCE
static String
PARAM_SIZE
static String
PARAM_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
-
-