Uses of Interface
com.netscape.certsrv.usrgrp.IUsrGrp
-
Packages that use IUsrGrp Package Description com.netscape.cmscore.usrgrp -
-
Uses of IUsrGrp in com.netscape.cmscore.usrgrp
Classes in com.netscape.cmscore.usrgrp that implement IUsrGrp Modifier and Type Class Description class
UGSubsystem
This class defines low-level LDAP usr/grp management usr/grp information is located remotely on another LDAP server.Methods in com.netscape.cmscore.usrgrp with parameters of type IUsrGrp Modifier and Type Method Description protected IGroup
UGSubsystem. createGroup(IUsrGrp scope, java.lang.String id)
protected IUser
UGSubsystem. createUser(IUsrGrp base, java.lang.String id)
Constructors in com.netscape.cmscore.usrgrp with parameters of type IUsrGrp Constructor Description Group(IUsrGrp base, java.lang.String name)
Constructs local group.User(IUsrGrp base, java.lang.String userid)
Constructs a user.
-