Uses of Class
org.apache.syncope.common.lib.request.AnyCR
Packages that use AnyCR
Package
Description
-
Uses of AnyCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with type parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AnyCRModifier and TypeClassDescriptionprotected static class
AnyCR.Builder<R extends AnyCR,
B extends AnyCR.Builder<R, B>> Subclasses of AnyCR in org.apache.syncope.common.lib.requestFields in org.apache.syncope.common.lib.request declared as AnyCR -
Uses of AnyCR in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AnyCRMethods in org.apache.syncope.common.lib.to with parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type AnyCR -
Uses of AnyCR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic with type parameters of type AnyCRModifier and TypeClassDescriptionclass
AbstractAnyLogic<TO extends AnyTO,
C extends AnyCR, U extends AnyUR> Methods in org.apache.syncope.core.logic with parameters of type AnyCRModifier and TypeMethodDescription -
Uses of AnyCR in org.apache.syncope.core.logic.api
Methods in org.apache.syncope.core.logic.api with type parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type AnyCRModifier and TypeMethodDescription<C extends AnyCR>
CRemediation.getPayloadAsCR
(Class<C> reference) <C extends AnyCR>
CAnyUtils.newAnyCR()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.core.persistence.common.entity
Methods in org.apache.syncope.core.persistence.common.entity with type parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyCRModifier and TypeMethodDescription<C extends AnyCR>
CJPARemediation.getPayloadAsCR
(Class<C> reference) Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.core.persistence.neo4j.entity
Methods in org.apache.syncope.core.persistence.neo4j.entity with type parameters of type AnyCRModifier and TypeMethodDescription<C extends AnyCR>
CNeo4jRemediation.getPayloadAsCR
(Class<C> reference) Methods in org.apache.syncope.core.persistence.neo4j.entity with parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.core.provisioning.api
Classes in org.apache.syncope.core.provisioning.api with type parameters of type AnyCRModifier and TypeInterfaceDescriptioninterface
ProvisioningManager<C extends AnyCR,
U extends AnyUR> -
Uses of AnyCR in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type AnyCRModifier 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
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyCRModifier 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
Methods in org.apache.syncope.core.provisioning.java.utils with type parameters of type AnyCRModifier 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
Classes in org.apache.syncope.core.rest.cxf.service with type parameters of type AnyCRModifier and TypeClassDescriptionclass
AbstractAnyService<TO extends AnyTO,
CR extends AnyCR, UR extends AnyUR> Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyCR -
Uses of AnyCR in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type AnyCRModifier and TypeMethodDescriptionvoid
TestInboundActions.beforeAssign
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR) void
TestInboundActions.beforeProvision
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR)