Uses of Class
org.apache.syncope.common.lib.Attr
-
-
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 Attr Modifier and Type Method Description protected ActionsPanel<Attr>
ClientAppPropertiesDirectoryPanel. getActions(IModel<Attr> model)
protected List<Attr>
ClientAppPropertiesDirectoryPanel.ClientAppPropertiesProvider. list()
Methods in org.apache.syncope.client.console.clientapps with parameters of type Attr Modifier and Type Method Description protected Serializable
ClientAppPropertyWizardBuilder. onApplyInternal(Attr modelObject)
Method parameters in org.apache.syncope.client.console.clientapps with type arguments of type Attr Modifier and Type Method Description protected ActionsPanel<Attr>
ClientAppPropertiesDirectoryPanel. getActions(IModel<Attr> model)
Constructors in org.apache.syncope.client.console.clientapps with parameters of type Attr Constructor Description ClientAppPropertyWizardBuilder(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 Attr Modifier and Type Method Description Attr
WAConfigModalPanel. getItem()
protected static Attr
WAConfigModalPanel. toAttr(ConfParam confParam)
Methods in org.apache.syncope.client.console.panels that return types with arguments of type Attr Modifier and Type Method Description ActionsPanel<Attr>
WAConfigDirectoryPanel. getActions(IModel<Attr> model)
protected List<IColumn<Attr,String>>
AttrListDirectoryPanel. getColumns()
Iterator<Attr>
AttrListDirectoryPanel.AttrListProvider. iterator(long first, long count)
protected abstract List<Attr>
AttrListDirectoryPanel.AttrListProvider. list()
protected List<Attr>
WAConfigDirectoryPanel.WAConfigProvider. list()
IModel<Attr>
AttrListDirectoryPanel.AttrListProvider. model(Attr object)
Methods in org.apache.syncope.client.console.panels with parameters of type Attr Modifier and Type Method Description IModel<Attr>
AttrListDirectoryPanel.AttrListProvider. model(Attr object)
protected static ConfParam
WAConfigModalPanel. toConfParam(Attr attr)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type Attr Modifier and Type Method Description ActionsPanel<Attr>
WAConfigDirectoryPanel. getActions(IModel<Attr> model)
Constructors in org.apache.syncope.client.console.panels with parameters of type Attr Constructor Description WAConfigModalPanel(BaseModal<Attr> modal, Attr attr, AjaxWizard.Mode mode, PageReference pageRef)
Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type Attr Constructor Description WAConfigModalPanel(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 Attr Modifier and Type Method Description List<Attr>
WAConfigRestClient. list()
Methods in org.apache.syncope.client.console.rest with parameters of type Attr Modifier and Type Method Description void
WAConfigRestClient. set(Attr value)
-
Uses of Attr in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type Attr Modifier and Type Method Description protected WizardModel
AttrWizardBuilder. buildModelSteps(Attr modelObject, WizardModel wizardModel)
Constructors in org.apache.syncope.client.console.wizards with parameters of type Attr Constructor Description AttrWizardBuilder(Attr defaultItem, PageReference pageRef)
-
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 Attr Modifier and Type Field Description protected Comparator<Attr>
AbstractAttrsWizardStep. attrComparator
protected IModel<List<Attr>>
AbstractAttrsWizardStep. attrs
protected Set<Attr>
LinkedAccountPlainAttrsPanel. fixedAttrs
Methods in org.apache.syncope.client.console.wizards.any that return types with arguments of type Attr Modifier and Type Method Description protected abstract List<Attr>
AbstractAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected abstract List<Attr>
AbstractAttrsWizardStep. getAttrsFromTO()
protected List<Attr>
DerAttrs. getAttrsFromTO()
protected List<Attr>
DerAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
LinkedAccountPlainAttrsPanel. getAttrsFromTO()
protected List<Attr>
PlainAttrs. getAttrsFromTO()
protected List<Attr>
PlainAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
VirAttrs. getAttrsFromTO()
protected List<Attr>
VirAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
AbstractAttrsWizardStep. loadAttrs()
Methods in org.apache.syncope.client.console.wizards.any with parameters of type Attr Modifier and Type Method Description protected 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 Attr Modifier and Type Method Description protected 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 Attr Constructor Description DerSchemas(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 Attr Modifier and Type Field Description protected Comparator<Attr>
AbstractAttrs. attrComparator
protected IModel<List<Attr>>
AbstractAttrs. attrs
Methods in org.apache.syncope.client.enduser.panels.any that return types with arguments of type Attr Modifier and Type Method Description protected abstract List<Attr>
AbstractAttrs. getAttrsFromTO()
protected abstract List<Attr>
AbstractAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
DerAttrs. getAttrsFromTO()
protected List<Attr>
DerAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
PlainAttrs. getAttrsFromTO()
protected List<Attr>
PlainAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
VirAttrs. getAttrsFromTO()
protected List<Attr>
VirAttrs. getAttrsFromTO(MembershipTO membershipTO)
protected List<Attr>
AbstractAttrs. loadAttrs()
Methods in org.apache.syncope.client.enduser.panels.any with parameters of type Attr Modifier and Type Method Description int
AbstractAttrs.AttrComparator. compare(Attr left, Attr right)
Constructor parameters in org.apache.syncope.client.enduser.panels.any with type arguments of type Attr Constructor Description DerSchemas(String id, Map<String,DerSchemaTO> schemas, IModel<List<Attr>> attrTOs)
PlainSchemasOwn(String id, Map<String,PlainSchemaTO> schemas, IModel<List<Attr>> attrTOs)
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 Attr Modifier and Type Method Description Attr
Attr.Builder. build()
Methods in org.apache.syncope.common.lib that return types with arguments of type Attr Modifier and Type Method Description static Map<String,Attr>
EntityTOUtils. buildAttrMap(Collection<Attr> attrs)
Optional<Attr>
Attributable. getDerAttr(String schema)
Set<Attr>
Attributable. getDerAttrs()
Optional<Attr>
Attributable. getPlainAttr(String schema)
Set<Attr>
Attributable. getPlainAttrs()
Optional<Attr>
Attributable. getVirAttr(String schema)
Set<Attr>
Attributable. getVirAttrs()
Methods in org.apache.syncope.common.lib with parameters of type Attr Modifier and Type Method Description int
Attr. compareTo(Attr other)
Method parameters in org.apache.syncope.common.lib with type arguments of type Attr Modifier and Type Method Description static Map<String,Attr>
EntityTOUtils. buildAttrMap(Collection<Attr> attrs)
-
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 Modifier and Type Method Description Optional<Attr>
OIDCLoginResponse. getAttr(String schema)
Set<Attr>
OIDCLoginResponse. getAttrs()
-
Uses of Attr in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return Attr Modifier and Type Method Description Attr
AttrPatch. getAttr()
Methods in org.apache.syncope.common.lib.request that return types with arguments of type Attr Modifier and Type Method Description Optional<Attr>
AnyCR. getDerAttr(String schema)
Set<Attr>
AnyCR. getDerAttrs()
Optional<Attr>
AnyCR. getPlainAttr(String schema)
Set<Attr>
AnyCR. getPlainAttrs()
Set<Attr>
MembershipUR. getPlainAttrs()
Optional<Attr>
AnyCR. getVirAttr(String schema)
Set<Attr>
AnyCR. getVirAttrs()
Set<Attr>
AnyUR. getVirAttrs()
Set<Attr>
MembershipUR. getVirAttrs()
Methods in org.apache.syncope.common.lib.request with parameters of type Attr Modifier and Type Method Description B
AnyCR.Builder. plainAttr(Attr plainAttr)
MembershipUR.Builder
MembershipUR.Builder. plainAttr(Attr plainAttr)
B
AnyCR.Builder. plainAttrs(Attr... plainAttrs)
MembershipUR.Builder
MembershipUR.Builder. plainAttrs(Attr... plainAttrs)
void
AttrPatch. setAttr(Attr attr)
B
AnyCR.Builder. virAttr(Attr virAttr)
B
AnyUR.Builder. virAttr(Attr virAttr)
MembershipUR.Builder
MembershipUR.Builder. virAttr(Attr virAttr)
B
AnyCR.Builder. virAttrs(Attr... virAttrs)
B
AnyUR.Builder. virAttrs(Attr... virAttrs)
MembershipUR.Builder
MembershipUR.Builder. virAttrs(Attr... virAttrs)
Method parameters in org.apache.syncope.common.lib.request with type arguments of type Attr Modifier and Type Method Description B
AnyCR.Builder. plainAttrs(Collection<Attr> plainAttrs)
MembershipUR.Builder
MembershipUR.Builder. plainAttrs(Collection<Attr> plainAttrs)
B
AnyCR.Builder. virAttrs(Collection<Attr> virAttrs)
B
AnyUR.Builder. virAttrs(Collection<Attr> virAttrs)
MembershipUR.Builder
MembershipUR.Builder. virAttrs(Collection<Attr> virAttrs)
Constructors in org.apache.syncope.common.lib.request with parameters of type Attr Constructor Description Builder(Attr 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 Modifier and Type Method Description Optional<Attr>
SAML2LoginResponse. getAttr(String schema)
Set<Attr>
SAML2LoginResponse. getAttrs()
-
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 Attr Modifier and Type Method Description Optional<Attr>
ConnObject. getAttr(String schema)
Set<Attr>
ConnObject. getAttrs()
Optional<Attr>
AnyTO. getDerAttr(String schema)
Optional<Attr>
MembershipTO. getDerAttr(String schema)
Set<Attr>
AnyTO. getDerAttrs()
Set<Attr>
MembershipTO. getDerAttrs()
Optional<Attr>
AnyTO. getPlainAttr(String schema)
Optional<Attr>
LinkedAccountTO. getPlainAttr(String schema)
Optional<Attr>
MembershipTO. getPlainAttr(String schema)
Set<Attr>
AnyTO. getPlainAttrs()
Set<Attr>
LinkedAccountTO. getPlainAttrs()
Set<Attr>
MembershipTO. getPlainAttrs()
List<Attr>
ClientAppTO. getProperties()
Optional<Attr>
AnyTO. getVirAttr(String schema)
Optional<Attr>
MembershipTO. getVirAttr(String schema)
Set<Attr>
AnyTO. getVirAttrs()
Set<Attr>
MembershipTO. getVirAttrs()
Methods in org.apache.syncope.common.lib.to with parameters of type Attr Modifier and Type Method Description MembershipTO.Builder
MembershipTO.Builder. plainAttr(Attr plainAttr)
MembershipTO.Builder
MembershipTO.Builder. plainAttrs(Attr... plainAttrs)
MembershipTO.Builder
MembershipTO.Builder. virAttr(Attr virAttr)
MembershipTO.Builder
MembershipTO.Builder. virAttrs(Attr... virAttrs)
Method parameters in org.apache.syncope.common.lib.to with type arguments of type Attr Modifier and Type Method Description MembershipTO.Builder
MembershipTO.Builder. plainAttrs(Collection<Attr> plainAttrs)
MembershipTO.Builder
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 Attr Modifier and Type Method Description Attr
AnyService. read(@NotNull String key, @NotNull SchemaType schemaType, @NotNull String schema)
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 Attr Modifier and Type Method Description Set<Attr>
AnyService. 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 Modifier and Type Method Description javax.ws.rs.core.Response
AnyService. update(@NotNull String key, @NotNull SchemaType schemaType, @NotNull Attr attrTO)
Adds or replaces the attribute, owned by the given any object, for the given schema type and schema. -
Uses of Attr in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return Attr Modifier and Type Method Description Attr
WAConfigService. get(@NotNull String schema)
Returns configuration parameter with matching schema.Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type Attr Modifier and Type Method Description List<Attr>
WAConfigService. list()
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type Attr Modifier and Type Method Description void
WAConfigService. set(@NotNull Attr value)
Creates / updates the configuration parameter with the given schema. -
Uses of Attr in org.apache.syncope.core.logic
Method parameters in org.apache.syncope.core.logic with type arguments of type Attr Modifier and Type Method Description protected <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 Attr Modifier and Type Method Description Attr
WAConfigLogic. get(String schema)
Methods in org.apache.syncope.core.logic.wa that return types with arguments of type Attr Modifier and Type Method Description List<Attr>
WAConfigLogic. list()
Methods in org.apache.syncope.core.logic.wa with parameters of type Attr Modifier and Type Method Description void
WAConfigLogic. set(Attr value)
-
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 Attr Modifier and Type Method Description List<Attr>
ClientApp. getProperties()
Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type Attr Modifier and Type Method Description void
ClientApp. setProperties(List<Attr> properties)
-
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 Attr Modifier and Type Field Description protected static TypeReference<List<Attr>>
AbstractClientApp. ATTR_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type Attr Modifier and Type Method Description List<Attr>
AbstractClientApp. getProperties()
Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type Attr Modifier and Type Method Description void
AbstractClientApp. setProperties(List<Attr> properties)
-
Uses of Attr in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return Attr Modifier and Type Method Description Attr
WAConfigDataBinder. get(WAConfigEntry waConfigEntry)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Attr Modifier and Type Method Description WAConfigEntry
WAConfigDataBinder. set(Attr value)
-
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 Attr Modifier and Type Method Description static 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 Attr Modifier and Type Method Description List<PropagationTaskInfo>
PropagationManager. 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
.List<PropagationTaskInfo>
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
.List<PropagationTaskInfo>
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 Attr Modifier and Type Method Description Attr
WAConfigDataBinderImpl. get(WAConfigEntry waConfigEntry)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Attr Modifier and Type Method Description WAConfigEntry
WAConfigDataBinderImpl. set(Attr 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 Attr Modifier and Type Method Description protected 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.List<PropagationTaskInfo>
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)
List<PropagationTaskInfo>
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)
List<PropagationTaskInfo>
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 Attr Modifier and Type Method Description protected static Attr
TemplateUtils. evaluateAttr(Attr template, MapContext jexlContext)
Methods in org.apache.syncope.core.provisioning.java.utils with parameters of type Attr Modifier and Type Method Description protected 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 Attr Modifier and Type Method Description Attr
AbstractAnyService. read(String key, SchemaType schemaType, String schema)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type Attr Modifier and Type Method Description Set<Attr>
AbstractAnyService. read(String key, SchemaType schemaType)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type Attr Modifier and Type Method Description protected void
AbstractAnyService. addUpdateOrReplaceAttr(String key, SchemaType schemaType, Attr attrTO, PatchOperation operation)
javax.ws.rs.core.Response
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 Attr Modifier and Type Method Description Attr
WAConfigServiceImpl. get(String schema)
Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type Attr Modifier and Type Method Description List<Attr>
WAConfigServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type Attr Modifier and Type Method Description void
WAConfigServiceImpl. set(Attr value)
-