Uses of Interface
com.netscape.certsrv.usrgrp.IUser
-
Packages that use IUser Package Description com.netscape.certsrv.usrgrp com.netscape.cms.realm org.dogtagpki.server.rest -
-
Uses of IUser in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that return IUser Modifier and Type Method Description IUser
IUGSubsystem. createUser(java.lang.String id)
Create user with the given id.IUser
IUGSubsystem. findUsersByCert(java.lang.String filter)
Searchs for identities that matches the certificate locater generated filter.IUser
IUGSubsystem. getUser(java.lang.String userID)
Retrieves a user from LDAPIUser
IUsrGrp. getUser(java.lang.String userid)
Retrieves an identityIUser
ICertUserLocator. locateUser(Certificates certs)
Returns a user whose certificates match with the given certificatesMethods in com.netscape.certsrv.usrgrp that return types with arguments of type IUser Modifier and Type Method Description java.util.Enumeration<IUser>
IUGSubsystem. findUsers(java.lang.String filter)
Searchs for identities that matches the filter.java.util.Enumeration<IUser>
IUGSubsystem. listUsers(java.lang.String filter)
Searches for users that matches the filter.Methods in com.netscape.certsrv.usrgrp with parameters of type IUser Modifier and Type Method Description void
IUGSubsystem. addCertSubjectDN(IUser identity)
Add a certSubjectDN field to the uservoid
IUGSubsystem. addUser(IUser identity)
Adds the given user to the internal databasevoid
IUsrGrp. addUser(IUser user)
Adds a user identity to the LDAP server.void
IUGSubsystem. addUserCert(IUser identity)
Adds a user certificate to userboolean
IIdEvaluator. evaluate(java.lang.String type, IUser id, java.lang.String op, java.lang.String value)
Evaluates if the given value satisfies the ID evaluation: is a user a member of a groupboolean
IUGSubsystem. isMemberOf(IUser id, java.lang.String name)
void
IUGSubsystem. modifyUser(IUser identity)
Modifies user attributes.void
IUsrGrp. modifyUser(IUser user)
Modifies user.void
IUGSubsystem. removeCertSubjectDN(IUser identity)
Remove a certSubjectDN field from the uservoid
IUGSubsystem. removeUserCert(IUser identity)
Removes a user certificate for a user entry given a user certificate DN (actually, a combination of version, serialNumber, issuerDN, and SubjectDN), and it gets removed -
Uses of IUser in com.netscape.cms.realm
Methods in com.netscape.cms.realm that return IUser Modifier and Type Method Description IUser
PKIPrincipal. getUser()
protected IUser
PKIRealm. getUser(java.lang.String username)
Methods in com.netscape.cms.realm with parameters of type IUser Modifier and Type Method Description protected java.security.Principal
PKIRealm. getPrincipal(IUser user, IAuthToken authToken)
protected java.util.List<java.lang.String>
PKIRealm. getRoles(IUser user)
Constructors in com.netscape.cms.realm with parameters of type IUser Constructor Description PKIPrincipal(IUser user, java.lang.String password, java.util.List<java.lang.String> roles, IAuthToken authToken)
-
Uses of IUser in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type IUser Modifier and Type Method Description UserData
UserService. createUserData(IUser user)
-