Uses of Class
org.apache.syncope.common.lib.request.AnyCR
-
-
Uses of AnyCR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with type parameters of type AnyCR Modifier and Type Method Description <C extends AnyCR,A extends AnyTO>
ProvisioningResult<A>RemediationRestClient. remedy(String key, C anyCR) -
Uses of AnyCR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyCR Modifier and Type Method Description static <A extends AnyTO,C extends AnyCR>
voidEntityTOUtils. toAnyCR(A anyTO, C anyCR)static <C extends AnyCR,A extends AnyTO>
voidEntityTOUtils. toAnyTO(C anyCR, A anyTO) -
Uses of AnyCR in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AnyCR Modifier and Type Class Description protected static classAnyCR.Builder<R extends AnyCR,B extends AnyCR.Builder<R,B>>Subclasses of AnyCR in org.apache.syncope.common.lib.request Modifier and Type Class Description classAnyObjectCRclassGroupCRclassUserCRFields in org.apache.syncope.common.lib.request declared as AnyCR Modifier and Type Field Description protected RAnyCR.Builder. instance -
Uses of AnyCR in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AnyCR Modifier and Type Method Description AnyCRRemediationTO. getAnyCRPayload()Methods in org.apache.syncope.common.lib.to with parameters of type AnyCR Modifier and Type Method Description voidRemediationTO. setAnyCRPayload(AnyCR anyCRPayload) -
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 Modifier and Type Method Description Class<? extends AnyCR>AnyTypeKind. getCRClass() -
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 Modifier and Type Method Description javax.ws.rs.core.ResponseRemediationService. remedy(@NotNull String remediationKey, @NotNull AnyCR createReq)Perform remediation by creating the provided user, group or any object. -
Uses of AnyCR in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic with type parameters of type AnyCR Modifier and Type Class Description classAbstractAnyLogic<TO extends AnyTO,C extends AnyCR,U extends AnyUR>Methods in org.apache.syncope.core.logic with parameters of type AnyCR Modifier and Type Method Description ProvisioningResult<?>RemediationLogic. remedy(String key, AnyCR anyCR, boolean nullPriorityAsync) -
Uses of AnyCR in org.apache.syncope.core.logic.api
Methods in org.apache.syncope.core.logic.api with type parameters of type AnyCR Modifier and Type Method Description default <C extends AnyCR>
CLogicActions. beforeCreate(C input) -
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 AnyCR Modifier and Type Method Description <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 Modifier and Type Method Description voidRemediation. setPayload(AnyCR 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 AnyCR Modifier and Type Method Description <C extends AnyCR>
CJPARemediation. getPayloadAsCR(Class<C> reference)<C extends AnyCR>
CJPAAnyUtils. newAnyCR()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyCR Modifier and Type Method Description voidJPARemediation. setPayload(AnyCR anyCR) -
Uses of AnyCR in org.apache.syncope.core.provisioning.api
Classes in org.apache.syncope.core.provisioning.api with type parameters of type AnyCR Modifier and Type Interface Description interfaceProvisioningManager<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 AnyCR Modifier and Type Method Description default voidPullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR createReq)Action to be executed before creating (and linking to the resource) a pulled entity locally.default voidPullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR createReq)Action to be executed before to create a pulled 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 AnyCR Modifier and Type Method Description voidDBPasswordPullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR anyCR)protected voidAbstractPullResultHandler. createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta)protected abstract AnyTOAbstractPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)protected AnyTODefaultAnyObjectPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)protected AnyTODefaultGroupPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)protected AnyTODefaultUserPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)protected abstract StringAbstractPullResultHandler. getName(AnyCR anyCR)protected StringDefaultAnyObjectPullResultHandler. getName(AnyCR anyCR)protected StringDefaultGroupPullResultHandler. getName(AnyCR anyCR)protected StringDefaultUserPullResultHandler. getName(AnyCR anyCR) -
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 AnyCR Modifier and Type Method Description <C extends AnyCR>
CConnObjectUtils. getAnyCR(ConnectorObject obj, PullTask pullTask, 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 AnyCR Modifier and Type Class Description classAbstractAnyService<TO extends AnyTO,CR extends AnyCR,UR extends AnyUR>Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyCR Modifier and Type Method Description javax.ws.rs.core.ResponseRemediationServiceImpl. remedy(String remediationKey, AnyCR anyCR) -
Uses of AnyCR in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type AnyCR Modifier and Type Method Description voidTestPullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR anyCR)voidTestPullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR anyCR)
-