Uses of Interface
com.netscape.certsrv.usrgrp.IGroup
-
Packages that use IGroup Package Description com.netscape.certsrv.usrgrp org.dogtagpki.server.rest -
-
Uses of IGroup in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that return IGroup Modifier and Type Method Description IGroupIUGSubsystem. createGroup(java.lang.String id)Create group with the given id.IGroupIUGSubsystem. findGroup(java.lang.String name)Find a group for the given nameIGroupIUGSubsystem. getGroup(java.lang.String DN)Retrieves a group from LDAP for the given DN.IGroupIUsrGrp. getGroup(java.lang.String groupid)Retrieves an identity groupIGroupIUGSubsystem. getGroupFromName(java.lang.String name)Retrieves a group from LDAP for the given group nameMethods in com.netscape.certsrv.usrgrp that return types with arguments of type IGroup Modifier and Type Method Description java.util.Enumeration<IGroup>IUGSubsystem. findGroups(java.lang.String filter)Finds groups that match the filter.java.util.Enumeration<IGroup>IUGSubsystem. findGroupsByUser(java.lang.String userDn, java.lang.String filter)Finds groups that contain the user.java.util.Enumeration<IGroup>IUGSubsystem. listGroups(java.lang.String filter)List groups.Methods in com.netscape.certsrv.usrgrp with parameters of type IGroup Modifier and Type Method Description voidIUGSubsystem. addGroup(IGroup group)Adds a group of identities.voidIUsrGrp. addGroup(IGroup group)Adds a groupvoidIUGSubsystem. addUserToGroup(IGroup grp, java.lang.String userid)Adds the user with the given id into the given groupvoidIUGSubsystem. modifyGroup(IGroup group)Modifies a group.voidIUsrGrp. modifyGroup(IGroup group)Modifies a groupvoidIUGSubsystem. removeUserFromGroup(IGroup grp, java.lang.String userid)Removes the user with the given id from the given group -
Uses of IGroup in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type IGroup Modifier and Type Method Description GroupDataGroupService. createGroupData(IGroup group)
-