Package org.apache.syncope.core.logic
Class SCIMLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SCIMConfManagerprotected static ResourceTypeprotected static final com.fasterxml.jackson.databind.json.JsonMapperprotected static final Objectprotected Stringprotected static final Stringprotected static ServiceProviderConfigprotected static ResourceTypeFields inherited from class org.apache.syncope.core.logic.AbstractLogic
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()protected EntityTOresolveReference(Method method, Object... args) resourceType(UriBuilder uriBuilder, String type) resourceTypes(UriBuilder uriBuilder) schemas()serviceProviderConfig(UriBuilder uriBuilder) Methods inherited from class org.apache.syncope.core.logic.AbstractLogic
resolveBeanReference
-
Field Details
-
SCHEMAS_JSON
- See Also:
-
MONITOR
-
MAPPER
protected static final com.fasterxml.jackson.databind.json.JsonMapper MAPPER -
SERVICE_PROVIDER_CONFIG
-
USER
-
GROUP
-
schemas
-
schemaMap
-
confManager
-
-
Constructor Details
-
SCIMLogic
-
-
Method Details
-
init
protected void init() -
serviceProviderConfig
@PreAuthorize("isAuthenticated()") public ServiceProviderConfig serviceProviderConfig(UriBuilder uriBuilder) -
resourceTypes
-
resourceType
@PreAuthorize("isAuthenticated()") public ResourceType resourceType(UriBuilder uriBuilder, String type) -
schemas
-
schema
-
resolveReference
protected EntityTO resolveReference(Method method, Object... args) throws UnresolvedReferenceException - Specified by:
resolveReferencein classAbstractLogic<EntityTO>- Throws:
UnresolvedReferenceException
-