Uses of Interface
org.apache.syncope.core.persistence.api.entity.Membership
-
-
Uses of Membership in org.apache.syncope.core.persistence.api.entity
Classes in org.apache.syncope.core.persistence.api.entity with type parameters of type Membership Modifier and Type Interface Description interfaceGroupablePlainAttr<A extends Any<?>,M extends Membership<A>>interfaceGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Membership Modifier and Type Method Description Optional<? extends P>GroupableRelatable. getPlainAttr(String plainSchema, Membership<?> membership)Returns the plain attribute for this instance, the given schema name and the given membership - if found,NULLotherwise.Collection<? extends P>GroupableRelatable. getPlainAttrs(Membership<?> membership)Returns the list of plain attributes for this instance and the given membership. -
Uses of Membership in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of Membership in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interfaceAMembership -
Uses of Membership in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of Membership in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interfaceUMembership -
Uses of Membership in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Membership Modifier and Type Class Description classAbstractGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Membership Modifier and Type Method Description Optional<? extends P>AbstractGroupableRelatable. getPlainAttr(String plainSchema, Membership<?> membership)Collection<? extends P>AbstractGroupableRelatable. getPlainAttrs(Membership<?> membership) -
Uses of Membership in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement Membership Modifier and Type Class Description classJPAAMembershipMethods in org.apache.syncope.core.persistence.jpa.entity.anyobject with parameters of type Membership Modifier and Type Method Description Optional<? extends APlainAttr>JPAJSONAnyObject. getPlainAttr(String plainSchema, Membership<?> membership) -
Uses of Membership in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement Membership Modifier and Type Class Description classJPAUMembershipMethods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type Membership Modifier and Type Method Description Optional<? extends UPlainAttr>JPAJSONUser. getPlainAttr(String plainSchema, Membership<?> membership) -
Uses of Membership in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api with parameters of type Membership Modifier and Type Method Description StringDerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)Calculates derived attribute value associated to the given any, for the given membership and derived schema.Map<DerSchema,String>DerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership)Calculates derived attributes values associated to the given any, for the given membership.Map<VirSchema,List<String>>VirAttrHandler. getValues(Any<?> any, Membership<?> membership)Query external resources (or cache, if configured) associated to the given any for values associated to allVirSchemainstances in theAnyTypeClassassociated to the given any, for the given membership.List<String>VirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)Query external resource (or cache, if configured) associated to the given any for values associated to the given virtual schema, for the given membership. -
Uses of Membership in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type Membership Modifier and Type Method Description StringDefaultDerAttrHandler. getValue(Any<?> any, Membership<?> membership, DerSchema schema)Map<DerSchema,String>DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership)protected static Map<DerSchema,String>DefaultDerAttrHandler. getValues(GroupableRelatable<?,?,?,?,?> any, Membership<?> membership, Set<DerSchema> schemas)Map<VirSchema,List<String>>DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership)List<String>DefaultVirAttrHandler. getValues(Any<?> any, Membership<?> membership, VirSchema schema)
-