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 classAnyCR.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 TypeClassDescriptionclassAbstractAnyLogic<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 TypeInterfaceDescriptioninterfaceProvisioningManager<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 voidInboundActions.beforeAssign(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR createReq) Action to be executed before creating (and linking to the resource) a inbounded entity locally.default voidInboundActions.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 TypeMethodDescriptionvoidDBPasswordPullActions.beforeProvision(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR) protected voidAbstractPullResultHandler.createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta) protected abstract AnyTOprotected AnyTOprotected AnyTOprotected AnyTOprotected abstract Stringprotected Stringprotected Stringprotected 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 TypeClassDescriptionclassAbstractAnyService<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 TypeMethodDescriptionvoidTestInboundActions.beforeAssign(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR) voidTestInboundActions.beforeProvision(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, AnyCR anyCR)