Uses of Class
com.soffid.iam.api.GroupUser
-
Packages that use GroupUser Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of GroupUser in com.soffid.iam.api
Methods in com.soffid.iam.api that return GroupUser Modifier and Type Method Description static GroupUserGroupUser. toGroupUser(UsuariGrup vo)Creates a GroupUser value object based on a UsuariGrup object.static GroupUser[]GroupUser. toGroupUserArray(UsuariGrup[] source)Creates a GroupUser array on a UsuariGrup array.Methods in com.soffid.iam.api that return types with arguments of type GroupUser Modifier and Type Method Description static AsyncList<GroupUser>GroupUser. toGroupUserAsyncList(AsyncList<UsuariGrup> source)Creates a GroupUser asynclist on a UsuariGrup collection.static PagedResult<GroupUser>GroupUser. toGroupUserList(PagedResult<UsuariGrup> source)Creates a GroupUser pagedResult on a UsuariGrup collection.static List<GroupUser>GroupUser. toGroupUserList(Collection<UsuariGrup> source)Creates a GroupUser list on a UsuariGrup collection.Methods in com.soffid.iam.api with parameters of type GroupUser Modifier and Type Method Description static voidGroupUser. toGroupUser(UsuariGrup source, GroupUser target)Updates a GroupUser value object based on a UsuariGrup object.Constructors in com.soffid.iam.api with parameters of type GroupUser Constructor Description GroupUser(GroupUser otherBean) -
Uses of GroupUser in com.soffid.iam.service
Methods in com.soffid.iam.service that return GroupUser Modifier and Type Method Description GroupUserGroupService. create(GroupUser usuariGrup)Operation createGroupUserGroupService. findUserGroupByUserNameAndGroupName(String codiUsuari, String codiGrup)Operation findUserGroupByUserNameAndGroupNameGroupUserGroupService. update(GroupUser usuariGrup)Operation updateMethods in com.soffid.iam.service that return types with arguments of type GroupUser Modifier and Type Method Description PagedResult<GroupUser>GroupService. findGroupUserByJsonQuery(String query, Integer startIndex, Integer count)Operation findGroupUserByJsonQueryCollection<GroupUser>GroupService. findUserGroupHistoryByUserName(String userName)Operation findUserGroupHistoryByUserNameCollection<GroupUser>SelfService. findUserGroupsByUserName()Operation findUserGroupsByUserNameCollection<GroupUser>GroupService. findUsersBelongtoGroupByGroupName(String codiGrup)Operation findUsersBelongtoGroupByGroupNameCollection<GroupUser>GroupService. findUsersBelongtoGroupByGroupName(String codiGrup, Date date)Operation findUsersBelongtoGroupByGroupNameAsyncList<GroupUser>GroupService. findUsersBelongtoGroupByGroupNameAsync(String codiGrup)Operation findUsersBelongtoGroupByGroupNameAsyncCollection<GroupUser>GroupService. findUsersGroupByUserName(String codiUsuari)Operation findUsersGroupByUserNameMethods in com.soffid.iam.service with parameters of type GroupUser Modifier and Type Method Description GroupUserGroupService. create(GroupUser usuariGrup)Operation createvoidGroupService. delete(GroupUser usuariGrup)Operation deleteGroupUserGroupService. update(GroupUser usuariGrup)Operation update -
Uses of GroupUser in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return GroupUser Modifier and Type Method Description GroupUserGroupService. create(GroupUser usuariGrup)GroupUserGroupService. update(GroupUser usuariGrup)Methods in com.soffid.iam.service.ejb that return types with arguments of type GroupUser Modifier and Type Method Description PagedResult<GroupUser>GroupService. findGroupUserByJsonQuery(String query, Integer startIndex, Integer count)Collection<GroupUser>GroupService. findUserGroupHistoryByUserName(String userName)Collection<GroupUser>SelfService. findUserGroupsByUserName()Collection<GroupUser>GroupService. findUsersBelongtoGroupByGroupName(String codiGrup)Collection<GroupUser>GroupService. findUsersBelongtoGroupByGroupName(String codiGrup, Date date)AsyncList<GroupUser>GroupService. findUsersBelongtoGroupByGroupNameAsync(String codiGrup)Collection<GroupUser>GroupService. findUsersGroupByUserName(String codiUsuari)Methods in com.soffid.iam.service.ejb with parameters of type GroupUser Modifier and Type Method Description GroupUserGroupService. create(GroupUser usuariGrup)voidGroupService. delete(GroupUser usuariGrup)GroupUserGroupService. update(GroupUser usuariGrup) -
Uses of GroupUser in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return types with arguments of type GroupUser Modifier and Type Method Description Collection<GroupUser>AuthoritativeChange. getGroups2()Gets value for attribute groups2Method parameters in com.soffid.iam.sync.intf with type arguments of type GroupUser Modifier and Type Method Description voidAuthoritativeChange. setGroups2(Collection<GroupUser> groups2)Sets value for attribute groups2Constructor parameters in com.soffid.iam.sync.intf with type arguments of type GroupUser Constructor Description AuthoritativeChange(AuthoritativeChangeIdentifier id, SoffidObjectType objectType, String sourceSystem, User user, Map<String,Object> attributes, Set<String> groups, Collection<GroupUser> groups2, Group group, CustomObject object) -
Uses of GroupUser in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type GroupUser Modifier and Type Method Description Collection<GroupUser>ServerService. getUserMemberships(String accountName, String dispatcherId)Operation getUserMemberships -
Uses of GroupUser in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type GroupUser Modifier and Type Method Description static UsuariGrupUsuariGrup. toUsuariGrup(GroupUser vo)Creates a UsuariGrup value object based on a GroupUser object.static voidUsuariGrup. toUsuariGrup(GroupUser source, UsuariGrup target)Updates a UsuariGrup value object based on a GroupUser object.static UsuariGrup[]UsuariGrup. toUsuariGrupArray(GroupUser[] source)Creates a UsuariGrup array on a GroupUser array.Method parameters in es.caib.seycon.ng.comu with type arguments of type GroupUser Modifier and Type Method Description static AsyncList<UsuariGrup>UsuariGrup. toUsuariGrupAsyncList(AsyncList<GroupUser> source)Creates a UsuariGrup asynclist on a GroupUser collection.static PagedResult<UsuariGrup>UsuariGrup. toUsuariGrupList(PagedResult<GroupUser> source)Creates a UsuariGrup pagedResult on a GroupUser collection.static List<UsuariGrup>UsuariGrup. toUsuariGrupList(Collection<GroupUser> source)Creates a UsuariGrup list on a GroupUser collection.
-