Uses of Class
alpine.model.MappedLdapGroup
-
Packages that use MappedLdapGroup Package Description alpine.model This package contains model classes.alpine.persistence This package contains functionality related to persistence including query managers and startup initializers. -
-
Uses of MappedLdapGroup in alpine.model
Methods in alpine.model that return types with arguments of type MappedLdapGroup Modifier and Type Method Description List<MappedLdapGroup>Team. getMappedLdapGroups()Method parameters in alpine.model with type arguments of type MappedLdapGroup Modifier and Type Method Description voidTeam. setMappedLdapGroups(List<MappedLdapGroup> mappedLdapGroups) -
Uses of MappedLdapGroup in alpine.persistence
Methods in alpine.persistence that return MappedLdapGroup Modifier and Type Method Description MappedLdapGroupAlpineQueryManager. createMappedLdapGroup(Team team, String dn)Creates a MappedLdapGroup object.MappedLdapGroupAlpineQueryManager. getMappedLdapGroup(Team team, String dn)Retrieves a MappedLdapGroup object for the specified Team and LDAP group.Methods in alpine.persistence that return types with arguments of type MappedLdapGroup Modifier and Type Method Description List<MappedLdapGroup>AlpineQueryManager. getMappedLdapGroups(Team team)Retrieves a List of MappedLdapGroup objects for the specified Team.List<MappedLdapGroup>AlpineQueryManager. getMappedLdapGroups(String dn)Retrieves a List of MappedLdapGroup objects for the specified DN.
-