Uses of Class
org.apache.syncope.common.lib.request.AnyCR
Package
Description
-
Uses of AnyCR in org.apache.syncope.client.console.rest
-
Uses of AnyCR in org.apache.syncope.common.lib
-
Uses of AnyCR in org.apache.syncope.common.lib.request
Modifier and TypeClassDescriptionprotected static class
AnyCR.Builder<R extends AnyCR,
B extends AnyCR.Builder<R, B>> -
Uses of AnyCR in org.apache.syncope.common.lib.to
-
Uses of AnyCR in org.apache.syncope.common.lib.types
-
Uses of AnyCR in org.apache.syncope.common.rest.api.service
-
Uses of AnyCR in org.apache.syncope.core.logic
Modifier and TypeClassDescriptionclass
AbstractAnyLogic<TO extends AnyTO,
C extends AnyCR, U extends AnyUR> Modifier and TypeMethodDescription -
Uses of AnyCR in org.apache.syncope.core.logic.api
-
Uses of AnyCR in org.apache.syncope.core.persistence.api.entity
Modifier and TypeMethodDescription<C extends AnyCR>
CRemediation.getPayloadAsCR
(Class<C> reference) <C extends AnyCR>
CAnyUtils.newAnyCR()
-
Uses of AnyCR in org.apache.syncope.core.persistence.common.entity
-
Uses of AnyCR in org.apache.syncope.core.persistence.jpa.entity
Modifier and TypeMethodDescription<C extends AnyCR>
CJPARemediation.getPayloadAsCR
(Class<C> reference) -
Uses of AnyCR in org.apache.syncope.core.persistence.neo4j.entity
Modifier and TypeMethodDescription<C extends AnyCR>
CNeo4jRemediation.getPayloadAsCR
(Class<C> reference) -
Uses of AnyCR in org.apache.syncope.core.provisioning.api
Modifier and TypeInterfaceDescriptioninterface
ProvisioningManager<C extends AnyCR,
U extends AnyUR> -
Uses of AnyCR in org.apache.syncope.core.provisioning.api.pushpull
Modifier and TypeMethodDescriptiondefault void
InboundActions.beforeAssign
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR createReq) Action to be executed before creating (and linking to the resource) a inbounded entity locally.default void
InboundActions.beforeProvision
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR createReq) Action to be executed before to create a inbounded entity locally. -
Uses of AnyCR in org.apache.syncope.core.provisioning.java.pushpull
Modifier and TypeMethodDescriptionvoid
DBPasswordPullActions.beforeProvision
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR) protected void
AbstractPullResultHandler.createRemediation
(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta) protected abstract AnyTO
protected AnyTO
protected AnyTO
protected AnyTO
protected abstract String
protected String
protected String
protected String
-
Uses of AnyCR in org.apache.syncope.core.provisioning.java.utils
Modifier and TypeMethodDescription<C extends AnyCR>
CConnObjectUtils.getAnyCR
(ConnectorObject obj, InboundTask<?> inboundTask, AnyTypeKind anyTypeKind, Provision provision, boolean generatePassword) Build a UserCR / GroupCR / AnyObjectCR out of connector object attributes and schema mapping. -
Uses of AnyCR in org.apache.syncope.core.rest.cxf.service
Modifier and TypeClassDescriptionclass
AbstractAnyService<TO extends AnyTO,
CR extends AnyCR, UR extends AnyUR> -
Uses of AnyCR in org.apache.syncope.fit.core.reference
Modifier and TypeMethodDescriptionvoid
TestInboundActions.beforeAssign
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR) void
TestInboundActions.beforeProvision
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR)