Uses of Class
com.netscape.cmscore.usrgrp.Group
Packages that use Group
-
Uses of Group in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that return GroupModifier and TypeMethodDescriptionprotected Group
UGSubsystem.buildGroup
(netscape.ldap.LDAPEntry entry) builds an instance of a Group entryUGSubsystem.createGroup
(String id) Retrieves a group from LDAP NOTE - LH This takes a full LDAP DN.UGSubsystem.getGroupFromName
(String name) Retrieves a group from LDAP NOTE - this takes just the group name.Methods in com.netscape.cmscore.usrgrp that return types with arguments of type GroupModifier and TypeMethodDescriptionprotected Enumeration
<Group> UGSubsystem.buildGroups
(netscape.ldap.LDAPSearchResults res) UGSubsystem.findGroups
(String filter) Finds groups.UGSubsystem.findGroupsByUser
(String userDn, String filter) UGSubsystem.listGroups
(String filter) List groups.Methods in com.netscape.cmscore.usrgrp with parameters of type GroupModifier and TypeMethodDescriptionvoid
Adds a group of identities.void
UGSubsystem.addUserToGroup
(Group grp, String userid) void
UGSubsystem.modifyGroup
(Group group) Modifies an existing group in the database.void
UGSubsystem.removeUserFromGroup
(Group grp, String userid) -
Uses of Group in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type Group