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 class
AnyCR.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 class
AnyObjectCR
class
GroupCR
class
UserCR
Fields in org.apache.syncope.common.lib.request declared as AnyCR Modifier and Type Field Description protected R
AnyCR.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 AnyCR
RemediationTO. getAnyCRPayload()
Methods in org.apache.syncope.common.lib.to with parameters of type AnyCR Modifier and Type Method Description void
RemediationTO. 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.Response
RemediationService. 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 class
AbstractAnyLogic<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 void
Remediation. 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 void
JPARemediation. 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 interface
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 AnyCR Modifier and Type Method Description default void
PullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR createReq)
Action to be executed before creating (and linking to the resource) a pulled entity locally.default void
PullActions. 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 void
DBPasswordPullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR anyCR)
protected void
AbstractPullResultHandler. createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta)
protected abstract AnyTO
AbstractPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)
protected AnyTO
DefaultAnyObjectPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)
protected AnyTO
DefaultGroupPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)
protected AnyTO
DefaultUserPullResultHandler. doCreate(AnyCR anyCR, SyncDelta delta)
protected abstract String
AbstractPullResultHandler. getName(AnyCR anyCR)
protected String
DefaultAnyObjectPullResultHandler. getName(AnyCR anyCR)
protected String
DefaultGroupPullResultHandler. getName(AnyCR anyCR)
protected String
DefaultUserPullResultHandler. 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 class
AbstractAnyService<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.Response
RemediationServiceImpl. 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 void
TestPullActions. beforeAssign(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR anyCR)
void
TestPullActions. beforeProvision(ProvisioningProfile<?,?> profile, SyncDelta delta, AnyCR anyCR)
-