Uses of Class
org.apache.syncope.common.lib.to.AnyTO
-
-
Uses of AnyTO in org.apache.syncope.client.console.commons
Classes in org.apache.syncope.client.console.commons with type parameters of type AnyTO Modifier and Type Class Description class
AnyDataProvider<A extends AnyTO>
class
SortableAnyProviderComparator<T extends AnyTO>
Methods in org.apache.syncope.client.console.commons with type parameters of type AnyTO Modifier and Type Method Description <A extends AnyTO>
WizardModelAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
<A extends AnyTO>
WizardModelIdMAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
<A extends AnyTO>
WizardModelIdRepoAnyWizardBuilderAdditionalSteps. buildModelSteps(AnyWrapper<A> modelObject, WizardModel wizardModel, AbstractAnyFormLayout<A,? extends AnyForm<A>> formLayoutInfo)
Methods in org.apache.syncope.client.console.commons with parameters of type AnyTO Modifier and Type Method Description List<Triple<ConnObject,ConnObjectWrapper,String>>
IdMStatusProvider. get(AnyTO any, Collection<String> resources)
List<Triple<ConnObject,ConnObjectWrapper,String>>
IdRepoStatusProvider. get(AnyTO any, Collection<String> resources)
List<Triple<ConnObject,ConnObjectWrapper,String>>
StatusProvider. get(AnyTO any, Collection<String> resources)
-
Uses of AnyTO in org.apache.syncope.client.console.layout
Methods in org.apache.syncope.client.console.layout with type parameters of type AnyTO Modifier and Type Method Description static <A extends AnyTO,F extends AnyForm<A>,FL extends AbstractAnyFormLayout<A,F>>
FAnyLayoutUtils. newLayoutInfo(A anyTO, List<String> anyTypeClasses, FL anyFormLayout, AbstractAnyRestClient<?> anyRestClient, PageReference pageRef)
-
Uses of AnyTO in org.apache.syncope.client.console.panels
Classes in org.apache.syncope.client.console.panels with type parameters of type AnyTO Modifier and Type Class Description class
AnyDirectoryPanel<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
AnyDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AnyTO Modifier and Type Method Description static Class<? extends AnyTO>
DisplayAttributesModalPanel. getTOClass(String type)
Methods in org.apache.syncope.client.console.panels with parameters of type AnyTO Modifier and Type Method Description RelationshipViewPanel.Builder
RelationshipViewPanel.Builder. setAnyTO(AnyTO anyTO)
-
Uses of AnyTO in org.apache.syncope.client.console.panels.search
Classes in org.apache.syncope.client.console.panels.search with type parameters of type AnyTO Modifier and Type Class Description class
AnySelectionDirectoryPanel<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
AnySelectionDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
AnySelectionDirectoryPanel.ItemSelection<T extends AnyTO>
-
Uses of AnyTO in org.apache.syncope.client.console.rest
Classes in org.apache.syncope.client.console.rest with type parameters of type AnyTO Modifier and Type Class Description class
AbstractAnyRestClient<TO extends AnyTO>
Methods in org.apache.syncope.client.console.rest with type parameters of type AnyTO Modifier and Type Method Description <C extends AnyCR,A extends AnyTO>
ProvisioningResult<A>RemediationRestClient. remedy(String key, C anyCR)
<T extends AnyTO>
ProvisioningResult<T>RemediationRestClient. remedy(String key, AnyUR anyUR)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AnyTO Modifier and Type Method Description ProvisioningResult<? extends AnyTO>
RemediationRestClient. remedy(String key, String anyKey)
-
Uses of AnyTO in org.apache.syncope.client.console.status
Classes in org.apache.syncope.client.console.status with type parameters of type AnyTO Modifier and Type Class Description class
AnyStatusModal<T extends AnyTO>
Fields in org.apache.syncope.client.console.status declared as AnyTO Modifier and Type Field Description protected AnyTO
AnyStatusDirectoryPanel. anyTO
Constructors in org.apache.syncope.client.console.status with parameters of type AnyTO Constructor Description AnyStatusDirectoryPanel(MultilevelPanel multiLevelPanelRef, PageReference pageRef, AnyTO anyTO, String itemKeyFieldName, boolean statusOnly)
-
Uses of AnyTO in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks with parameters of type AnyTO Modifier and Type Method Description protected abstract Serializable
TemplatesTogglePanel. onApplyInternal(TemplatableTO targetObject, String type, AnyTO anyTO)
-
Uses of AnyTO in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table
Classes in org.apache.syncope.client.console.wicket.extensions.markup.html.repeater.data.table with type parameters of type AnyTO Modifier and Type Class Description class
TokenColumn<T extends AnyTO>
-
Uses of AnyTO in org.apache.syncope.client.console.wizards.any
Classes in org.apache.syncope.client.console.wizards.any with type parameters of type AnyTO Modifier and Type Class Description class
AnyWizardBuilder<A extends AnyTO>
class
Details<T extends AnyTO>
interface
TemplateWizardBuilder<T extends AnyTO>
Fields in org.apache.syncope.client.console.wizards.any declared as AnyTO Modifier and Type Field Description protected AnyTO
AbstractAttrsWizardStep. anyTO
protected AnyTO
Relationships. anyTO
protected AnyTO
AbstractAttrsWizardStep. previousObject
Methods in org.apache.syncope.client.console.wizards.any with type parameters of type AnyTO Modifier and Type Method Description protected static <T extends AnyTO>
AnyWrapper<T>AnyWizardBuilder. wrapper(T anyTO)
Methods in org.apache.syncope.client.console.wizards.any with parameters of type AnyTO Modifier and Type Method Description protected void
AnyWizardBuilder. fixPlainAndVirAttrs(AnyTO updated, AnyTO original)
protected void
StatusPanel. init(AnyTO any, IModel<List<StatusBean>> model, List<Triple<ConnObject,ConnObjectWrapper,String>> connObjects, PageReference pageRef, boolean enableConnObjectLink)
Constructors in org.apache.syncope.client.console.wizards.any with parameters of type AnyTO Constructor Description AbstractAttrsWizardStep(AnyTO anyTO, AjaxWizard.Mode mode, List<String> anyTypeClasses, List<String> whichAttrs)
-
Uses of AnyTO in org.apache.syncope.client.enduser.panels
Methods in org.apache.syncope.client.enduser.panels with parameters of type AnyTO Modifier and Type Method Description protected void
AnyFormPanel. fixPlainAndVirAttrs(AnyTO updated, AnyTO original)
-
Uses of AnyTO in org.apache.syncope.client.enduser.panels.any
Classes in org.apache.syncope.client.enduser.panels.any with type parameters of type AnyTO Modifier and Type Class Description class
Details<T extends AnyTO>
Fields in org.apache.syncope.client.enduser.panels.any declared as AnyTO Modifier and Type Field Description protected AnyTO
Groups. anyTO
protected AnyTO
PlainAttrs. previousObject
-
Uses of AnyTO in org.apache.syncope.client.enduser.rest
Classes in org.apache.syncope.client.enduser.rest with type parameters of type AnyTO Modifier and Type Class Description class
AbstractAnyRestClient<TO extends AnyTO>
-
Uses of AnyTO in org.apache.syncope.client.ui.commons.layout
Classes in org.apache.syncope.client.ui.commons.layout with type parameters of type AnyTO Modifier and Type Class Description class
AbstractAnyFormBaseLayout<A extends AnyTO,F extends AnyForm<A>>
class
AbstractAnyFormLayout<A extends AnyTO,F extends AnyForm<A>>
-
Uses of AnyTO in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status that return AnyTO Modifier and Type Method Description AnyTO
ConnObjectWrapper. getAny()
Methods in org.apache.syncope.client.ui.commons.status with parameters of type AnyTO Modifier and Type Method Description static StatusBean
StatusUtils. getStatusBean(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser)
Constructors in org.apache.syncope.client.ui.commons.status with parameters of type AnyTO Constructor Description ConnObjectWrapper(AnyTO any, String resource, ConnObject connObjectTO)
StatusBean(AnyTO any, String resource)
-
Uses of AnyTO in org.apache.syncope.client.ui.commons.wizards.any
Classes in org.apache.syncope.client.ui.commons.wizards.any with type parameters of type AnyTO Modifier and Type Class Description class
AbstractAnyWizardBuilder<A extends AnyTO>
interface
AnyForm<A extends AnyTO>
class
AnyWrapper<T extends AnyTO>
Fields in org.apache.syncope.client.ui.commons.wizards.any declared as AnyTO Modifier and Type Field Description protected AnyTO
AbstractGroups. anyTO
protected T
AnyWrapper. anyTO
Methods in org.apache.syncope.client.ui.commons.wizards.any with parameters of type AnyTO Modifier and Type Method Description protected void
AbstractAnyWizardBuilder. fixPlainAndVirAttrs(AnyTO updated, AnyTO original)
-
Uses of AnyTO in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyTO Modifier and Type Method Description static <TO extends AnyTO,P extends AnyUR>
PAnyOperations. diff(TO updated, TO original, boolean incremental)
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)
Methods in org.apache.syncope.common.lib that return AnyTO Modifier and Type Method Description static AnyTO
AnyOperations. patch(AnyTO anyTO, AnyUR anyUR)
Methods in org.apache.syncope.common.lib with parameters of type AnyTO Modifier and Type Method Description static void
AnyOperations. cleanEmptyAttrs(AnyTO anyTO, AnyUR anyUR)
Add PLAIN attribute DELETE patch for those attributes of the input AnyTO without values or containing null valuestatic AnyTO
AnyOperations. patch(AnyTO anyTO, AnyUR anyUR)
-
Uses of AnyTO in org.apache.syncope.common.lib.search
Method parameters in org.apache.syncope.common.lib.search with type arguments of type AnyTO Modifier and Type Method Description static Map<String,AttrSchemaType>
SearchableFields. get(Class<? extends AnyTO> anyRef)
-
Uses of AnyTO in org.apache.syncope.common.lib.to
Subclasses of AnyTO in org.apache.syncope.common.lib.to Modifier and Type Class Description class
AnyObjectTO
class
GroupTO
class
UserTO
Methods in org.apache.syncope.common.lib.to that return types with arguments of type AnyTO Modifier and Type Method Description Map<String,AnyTO>
PullTaskTO. getTemplates()
Map<String,AnyTO>
RealmTO. getTemplates()
Map<String,AnyTO>
TemplatableTO. getTemplates()
-
Uses of AnyTO in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type AnyTO Modifier and Type Method Description Class<? extends AnyTO>
AnyTypeKind. getTOClass()
Method parameters in org.apache.syncope.common.lib.types with type arguments of type AnyTO Modifier and Type Method Description static AnyTypeKind
AnyTypeKind. fromTOClass(Class<? extends AnyTO> clazz)
-
Uses of AnyTO in org.apache.syncope.common.rest.api.service
Classes in org.apache.syncope.common.rest.api.service with type parameters of type AnyTO Modifier and Type Interface Description interface
AnyService<TO extends AnyTO>
-
Uses of AnyTO in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic with type parameters of type AnyTO Modifier and Type Class Description class
AbstractAnyLogic<TO extends AnyTO,C extends AnyCR,U extends AnyUR>
class
AbstractResourceAssociator<A extends AnyTO>
-
Uses of AnyTO in org.apache.syncope.core.logic.api
Methods in org.apache.syncope.core.logic.api with type parameters of type AnyTO Modifier and Type Method Description default <A extends AnyTO>
ALogicActions. afterCreate(A input, List<PropagationStatus> statuses)
default <A extends AnyTO>
ALogicActions. afterDelete(A input, List<PropagationStatus> statuses)
default <A extends AnyTO>
ALogicActions. afterUpdate(A input, List<PropagationStatus> statuses)
default <A extends AnyTO>
ALogicActions. beforeDelete(A input)
-
Uses of AnyTO in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type AnyTO Modifier and Type Method Description <T extends AnyTO>
TAnyUtils. newAnyTO()
Methods in org.apache.syncope.core.persistence.api.entity that return AnyTO Modifier and Type Method Description AnyTO
AnyTemplate. get()
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyTO Modifier and Type Method Description void
AnyTemplate. set(AnyTO template)
-
Uses of AnyTO in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyTO Modifier and Type Method Description <T extends AnyTO>
TJPAAnyUtils. newAnyTO()
Methods in org.apache.syncope.core.persistence.jpa.entity that return AnyTO Modifier and Type Method Description AnyTO
AbstractAnyTemplate. get()
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyTO Modifier and Type Method Description void
AbstractAnyTemplate. set(AnyTO template)
-
Uses of AnyTO in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with type parameters of type AnyTO Modifier and Type Method Description <T extends AnyTO>
voidMappingManager. setIntValues(Item mapItem, Attribute attr, T anyTO)
Set attribute values, according to the givenItem
, to any object from attribute received from connector. -
Uses of AnyTO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type AnyTO Modifier and Type Method Description void
DefaultMappingManager. setIntValues(Item mapItem, Attribute attr, AnyTO anyTO)
-
Uses of AnyTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return AnyTO Modifier and Type Method Description 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 AnyTO
AbstractSyncopeResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultAnyObjectPullResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultAnyObjectPushResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultGroupPullResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultGroupPushResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultUserPullResultHandler. getAnyTO(Any<?> any)
protected AnyTO
DefaultUserPushResultHandler. getAnyTO(Any<?> any)
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyTO Modifier and Type Method Description protected abstract AnyUR
AbstractPullResultHandler. doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultAnyObjectPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultGroupPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultUserPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected abstract String
AbstractPullResultHandler. getName(AnyTO anyTO)
protected String
DefaultAnyObjectPullResultHandler. getName(AnyTO anyTO)
protected String
DefaultGroupPullResultHandler. getName(AnyTO anyTO)
protected String
DefaultUserPullResultHandler. getName(AnyTO anyTO)
-
Uses of AnyTO in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils with type parameters of type AnyTO Modifier and Type Method Description protected <T extends AnyTO>
TConnObjectUtils. getAnyTOFromConnObject(ConnectorObject obj, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type AnyTO Modifier and Type Method Description void
TemplateUtils. apply(RealmMember realmMember, AnyTO template)
<U extends AnyUR>
UConnObjectUtils. getAnyUR(String key, ConnectorObject obj, AnyTO original, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)
BuildAnyUR
out of connector object attributes and schema mapping.Method parameters in org.apache.syncope.core.provisioning.java.utils with type arguments of type AnyTO Modifier and Type Method Description static void
TemplateUtils. check(Map<String,AnyTO> templates, ClientExceptionType clientExceptionType)
-
Uses of AnyTO in org.apache.syncope.core.rest.cxf.service
Classes in org.apache.syncope.core.rest.cxf.service with type parameters of type AnyTO Modifier and Type Class Description class
AbstractAnyService<TO extends AnyTO,CR extends AnyCR,UR extends AnyUR>
-