Uses of Class
org.apache.syncope.common.lib.Attr
Packages that use Attr
Package
Description
-
Uses of Attr in org.apache.syncope.client.console.clientapps
Methods in org.apache.syncope.client.console.clientapps that return types with arguments of type AttrModifier and TypeMethodDescriptionprotected ActionsPanel
<Attr> ClientAppPropertiesDirectoryPanel.getActions
(IModel<Attr> model) ClientAppPropertiesDirectoryPanel.ClientAppPropertiesProvider.list()
Methods in org.apache.syncope.client.console.clientapps with parameters of type AttrModifier and TypeMethodDescriptionprotected Serializable
ClientAppPropertyWizardBuilder.onApplyInternal
(Attr modelObject) Method parameters in org.apache.syncope.client.console.clientapps with type arguments of type AttrModifier and TypeMethodDescriptionprotected ActionsPanel
<Attr> ClientAppPropertiesDirectoryPanel.getActions
(IModel<Attr> model) Constructors in org.apache.syncope.client.console.clientapps with parameters of type AttrModifierConstructorDescriptionClientAppPropertyWizardBuilder
(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef) -
Uses of Attr in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return AttrMethods in org.apache.syncope.client.console.panels that return types with arguments of type AttrModifier and TypeMethodDescriptionWAConfigDirectoryPanel.getActions
(IModel<Attr> model) AttrListDirectoryPanel.getColumns()
AttrListDirectoryPanel.AttrListProvider.iterator
(long first, long count) AttrListDirectoryPanel.AttrListProvider.list()
WAConfigDirectoryPanel.WAConfigProvider.list()
Methods in org.apache.syncope.client.console.panels with parameters of type AttrModifier and TypeMethodDescriptionprotected static ConfParam
WAConfigModalPanel.toConfParam
(Attr attr) Method parameters in org.apache.syncope.client.console.panels with type arguments of type AttrConstructors in org.apache.syncope.client.console.panels with parameters of type AttrModifierConstructorDescriptionWAConfigModalPanel
(BaseModal<Attr> modal, Attr attr, AjaxWizard.Mode mode, PageReference pageRef) Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type AttrModifierConstructorDescriptionWAConfigModalPanel
(BaseModal<Attr> modal, Attr attr, AjaxWizard.Mode mode, PageReference pageRef) -
Uses of Attr in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AttrMethods in org.apache.syncope.client.console.rest with parameters of type Attr -
Uses of Attr in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type AttrModifier and TypeMethodDescriptionprotected WizardModel
AttrWizardBuilder.buildModelSteps
(Attr modelObject, WizardModel wizardModel) Constructors in org.apache.syncope.client.console.wizards with parameters of type Attr -
Uses of Attr in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any with type parameters of type AttrModifier and TypeFieldDescriptionprotected final Comparator
<Attr> AbstractAttrsWizardStep.attrComparator
AbstractAttrsWizardStep.attrs
LinkedAccountPlainAttrsPanel.fixedAttrs
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type AttrModifier and TypeMethodDescriptionAbstractAttrs.getAttrsFromTO
(MembershipTO membershipTO) AbstractAttrsWizardStep.getAttrsFromTO()
DerAttrs.getAttrsFromTO()
DerAttrs.getAttrsFromTO
(MembershipTO membershipTO) LinkedAccountPlainAttrsPanel.getAttrsFromTO()
PlainAttrs.getAttrsFromTO()
PlainAttrs.getAttrsFromTO
(MembershipTO membershipTO) VirAttrs.getAttrsFromTO()
VirAttrs.getAttrsFromTO
(MembershipTO membershipTO) AbstractAttrsWizardStep.loadAttrs()
Methods in org.apache.syncope.client.console.wizards.any with parameters of type AttrModifier and TypeMethodDescriptionprotected FormComponent
<?> AbstractAttrsWizardStep.checkboxToggle
(Attr attr, AbstractFieldPanel<?> panel, boolean isMultivalue) protected FormComponent
<?> LinkedAccountPlainAttrsPanel.checkboxToggle
(Attr attrTO, AbstractFieldPanel<?> panel, boolean isMultivalue) protected void
AbstractAttrsWizardStep.PlainSchemas.setExternalAction
(Attr attr, AbstractFieldPanel<?> panel) Method parameters in org.apache.syncope.client.console.wizards.any with type arguments of type AttrModifier and TypeMethodDescriptionprotected AbstractFieldPanel
<?> AbstractAttrsWizardStep.PlainSchemas.setPanel
(Map<String, PlainSchemaTO> schemas, ListItem<Attr> item, boolean setReadOnly) Constructor parameters in org.apache.syncope.client.console.wizards.any with type arguments of type AttrModifierConstructorDescriptionDerSchemas
(String id, Map<String, DerSchemaTO> schemas, IModel<List<Attr>> attrTOs) PlainSchemasOwn
(String id, Map<String, PlainSchemaTO> schemas, IModel<List<Attr>> attrTOs) VirSchemas
(String id, Map<String, VirSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of Attr in org.apache.syncope.client.enduser.panels.any
Fields in org.apache.syncope.client.enduser.panels.any with type parameters of type AttrModifier and TypeFieldDescriptionprotected final Comparator
<Attr> AbstractAttrs.attrComparator
AbstractAttrs.attrs
Methods in org.apache.syncope.client.enduser.panels.any that return types with arguments of type AttrModifier and TypeMethodDescriptionAbstractAttrs.getAttrsFromTO()
AbstractAttrs.getAttrsFromTO
(MembershipTO membershipTO) DerAttrs.getAttrsFromTO()
DerAttrs.getAttrsFromTO
(MembershipTO membershipTO) PlainAttrs.getAttrsFromTO()
PlainAttrs.getAttrsFromTO
(MembershipTO membershipTO) VirAttrs.getAttrsFromTO()
VirAttrs.getAttrsFromTO
(MembershipTO membershipTO) AbstractAttrs.loadAttrs()
Methods in org.apache.syncope.client.enduser.panels.any with parameters of type AttrModifier and TypeMethodDescriptionint
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type AttrModifierConstructorDescriptionDerSchemas
(String id, Map<String, DerSchemaTO> schemas, IModel<List<Attr>> attrTOs) protected
PlainSchemas
(String id, String groupName, Map<String, PlainSchemaTO> schemas, IModel<List<Attr>> attrs) VirSchemas
(String id, String groupName, Map<String, VirSchemaTO> schemas, IModel<List<Attr>> attrTOs) -
Uses of Attr in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return AttrMethods in org.apache.syncope.common.lib that return types with arguments of type AttrModifier and TypeMethodDescriptionEntityTOUtils.buildAttrMap
(Collection<Attr> attrs) Attributable.getDerAttr
(String schema) Attributable.getDerAttrs()
Attributable.getPlainAttr
(String schema) Attributable.getPlainAttrs()
Attributable.getVirAttr
(String schema) Attributable.getVirAttrs()
Methods in org.apache.syncope.common.lib with parameters of type AttrMethod parameters in org.apache.syncope.common.lib with type arguments of type Attr -
Uses of Attr in org.apache.syncope.common.lib.oidc
Methods in org.apache.syncope.common.lib.oidc that return types with arguments of type Attr -
Uses of Attr in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AttrMethods in org.apache.syncope.common.lib.request that return types with arguments of type AttrModifier and TypeMethodDescriptionAnyCR.getDerAttr
(String schema) AnyCR.getDerAttrs()
AnyCR.getPlainAttr
(String schema) AnyCR.getPlainAttrs()
MembershipUR.getPlainAttrs()
AnyCR.getVirAttr
(String schema) AnyCR.getVirAttrs()
AnyUR.getVirAttrs()
MembershipUR.getVirAttrs()
Methods in org.apache.syncope.common.lib.request with parameters of type AttrModifier and TypeMethodDescriptionAnyCR.Builder.plainAttrs
(Attr... plainAttrs) MembershipUR.Builder.plainAttrs
(Attr... plainAttrs) void
Method parameters in org.apache.syncope.common.lib.request with type arguments of type AttrModifier and TypeMethodDescriptionAnyCR.Builder.plainAttrs
(Collection<Attr> plainAttrs) MembershipUR.Builder.plainAttrs
(Collection<Attr> plainAttrs) AnyCR.Builder.virAttrs
(Collection<Attr> virAttrs) AnyUR.Builder.virAttrs
(Collection<Attr> virAttrs) MembershipUR.Builder.virAttrs
(Collection<Attr> virAttrs) Constructors in org.apache.syncope.common.lib.request with parameters of type Attr -
Uses of Attr in org.apache.syncope.common.lib.saml2
Methods in org.apache.syncope.common.lib.saml2 that return types with arguments of type Attr -
Uses of Attr in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type AttrModifier and TypeMethodDescriptionConnObject.getAttrs()
AnyTO.getDerAttr
(String schema) MembershipTO.getDerAttr
(String schema) AnyTO.getDerAttrs()
MembershipTO.getDerAttrs()
AnyTO.getPlainAttr
(String schema) LinkedAccountTO.getPlainAttr
(String schema) MembershipTO.getPlainAttr
(String schema) AnyTO.getPlainAttrs()
LinkedAccountTO.getPlainAttrs()
MembershipTO.getPlainAttrs()
ClientAppTO.getProperties()
AnyTO.getVirAttr
(String schema) MembershipTO.getVirAttr
(String schema) AnyTO.getVirAttrs()
MembershipTO.getVirAttrs()
Methods in org.apache.syncope.common.lib.to with parameters of type AttrMethod parameters in org.apache.syncope.common.lib.to with type arguments of type AttrModifier and TypeMethodDescriptionMembershipTO.Builder.plainAttrs
(Collection<Attr> plainAttrs) MembershipTO.Builder.virAttrs
(Collection<Attr> virAttrs) -
Uses of Attr in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AttrModifier and TypeMethodDescriptionSchemaService.getDropdownValues
(@NotNull String key, @NotNull AnyTO anyTO) Reads the attribute, owned by the given any object, for the given schema type and schema.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AttrModifier and TypeMethodDescriptionAnyService.read
(@NotNull String key, @NotNull SchemaType schemaType) Reads the list of attributes owned by the given any object for the given schema type.Methods in org.apache.syncope.common.rest.api.service with parameters of type Attr -
Uses of Attr in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return AttrModifier and TypeMethodDescriptionReturns configuration parameter with matching schema.Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type AttrMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type Attr -
Uses of Attr in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AttrMethod parameters in org.apache.syncope.core.logic with type arguments of type AttrModifier and TypeMethodDescriptionprotected <E extends Enum<?>>
voidSCIMDataBinder.fill
(Map<String, Attr> attrs, List<SCIMComplexConf<E>> confs, List<SCIMComplexValue> values) protected <E extends Enum<?>>
voidSCIMDataBinder.setAttribute
(Set<Attr> attrs, List<SCIMComplexConf<E>> confs, List<SCIMComplexValue> values) -
Uses of Attr in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return AttrMethods in org.apache.syncope.core.logic.wa that return types with arguments of type AttrMethods in org.apache.syncope.core.logic.wa with parameters of type Attr -
Uses of Attr in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type AttrMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type Attr -
Uses of Attr in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type AttrModifier and TypeFieldDescriptionprotected static final TypeReference
<List<Attr>> AbstractClientApp.ATTR_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type AttrMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type Attr -
Uses of Attr in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type AttrModifier and TypeFieldDescriptionprotected static final TypeReference
<List<Attr>> AbstractClientApp.ATTR_TYPEREF
Methods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type AttrMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type Attr -
Uses of Attr in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AttrMethods in org.apache.syncope.core.provisioning.api.data with parameters of type Attr -
Uses of Attr in org.apache.syncope.core.provisioning.api.jexl
Method parameters in org.apache.syncope.core.provisioning.api.jexl with type arguments of type AttrModifier and TypeMethodDescriptionstatic void
JexlUtils.addAttrsToContext
(Collection<Attr> attrs, JexlContext jexlContext) -
Uses of Attr in org.apache.syncope.core.provisioning.api.propagation
Method parameters in org.apache.syncope.core.provisioning.api.propagation with type arguments of type AttrModifier and TypeMethodDescriptionPropagationManager.getCreateTasks
(AnyTypeKind kind, String key, Boolean enable, PropagationByResource<String> propByRes, Collection<Attr> vAttrs, Collection<String> excludedResources) Create the tasks for every associated resource, unless inexcludedResources
.PropagationManager.getUpdateTasks
(AnyUR anyUR, AnyTypeKind kind, String key, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources) Create the update tasks on each resource associated, unless inexcludedResources
.PropagationManager.getUserCreateTasks
(String key, String password, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources) Create the user tasks for every associated resource, unless inexcludedResources
. -
Uses of Attr in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AttrMethods in org.apache.syncope.core.provisioning.java.data with parameters of type Attr -
Uses of Attr in org.apache.syncope.core.provisioning.java.propagation
Method parameters in org.apache.syncope.core.provisioning.java.propagation with type arguments of type AttrModifier and TypeMethodDescriptionprotected List
<PropagationTaskInfo> DefaultPropagationManager.createTasks
(Any<?> any, String password, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs) Create propagation tasks.DefaultPropagationManager.getCreateTasks
(AnyTypeKind kind, String key, Boolean enable, PropagationByResource<String> propByRes, Collection<Attr> vAttrs, Collection<String> excludedResources) protected List
<PropagationTaskInfo> DefaultPropagationManager.getCreateTasks
(Any<?> any, String password, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources) DefaultPropagationManager.getUpdateTasks
(AnyUR anyUR, AnyTypeKind kind, String key, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources) protected List
<PropagationTaskInfo> DefaultPropagationManager.getUpdateTasks
(AnyUR anyUR, Any<?> any, String password, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources) DefaultPropagationManager.getUserCreateTasks
(String key, String password, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String, String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources) -
Uses of Attr in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils that return AttrModifier and TypeMethodDescriptionprotected static Attr
TemplateUtils.evaluateAttr
(Attr template, MapContext jexlContext) Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type AttrModifier and TypeMethodDescriptionprotected static Attr
TemplateUtils.evaluateAttr
(Attr template, MapContext jexlContext) -
Uses of Attr in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AttrModifier and TypeMethodDescriptionSchemaServiceImpl.getDropdownValues
(String key, AnyTO anyTO) AbstractAnyService.read
(String key, SchemaType schemaType, String schema) Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AttrMethods in org.apache.syncope.core.rest.cxf.service with parameters of type AttrModifier and TypeMethodDescriptionprotected void
AbstractAnyService.addUpdateOrReplaceAttr
(String key, SchemaType schemaType, Attr attrTO, PatchOperation operation) AbstractAnyService.update
(String key, SchemaType schemaType, Attr attrTO) -
Uses of Attr in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return AttrMethods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type AttrMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type Attr