Uses of Interface
com.netscape.certsrv.usrgrp.IGroup

Packages that use IGroup
com.netscape.certsrv.usrgrp   
 

Uses of IGroup in com.netscape.certsrv.usrgrp
 

Methods in com.netscape.certsrv.usrgrp that return IGroup
 IGroup IUGSubsystem.createGroup(java.lang.String id)
          Create group with the given id.
 IGroup IUGSubsystem.findGroup(java.lang.String name)
          Find a group for the given name
 IGroup IUGSubsystem.getGroup(java.lang.String DN)
          Retrieves a group from LDAP for the given DN.
 IGroup IUsrGrp.getGroup(java.lang.String groupid)
          Retrieves an identity group
 IGroup IUGSubsystem.getGroupFromName(java.lang.String name)
          Retrieves a group from LDAP for the given group name
 

Methods in com.netscape.certsrv.usrgrp with parameters of type IGroup
 void IUGSubsystem.addGroup(IGroup group)
          Adds a group of identities.
 void IUsrGrp.addGroup(IGroup group)
          Adds a group
 void IUGSubsystem.modifyGroup(IGroup group)
          Modifies a group.
 void IUsrGrp.modifyGroup(IGroup group)
          Modifies a group
 void IUGSubsystem.removeUserFromGroup(IGroup grp, java.lang.String userid)
          Removes the user with the given id from the given group