Uses of Class
com.netscape.cmscore.usrgrp.User
Packages that use User
Package
Description
-
Uses of User in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that return UserModifier and TypeMethodDescriptionabstract User
CertUserLocator.locateUser
(Certificates certs) Returns a user whose certificates match with the given certificates -
Uses of User in com.netscape.cms.realm
Methods in com.netscape.cms.realm that return UserModifier and TypeMethodDescriptionPKILDAPRealm.createUser
(netscape.ldap.LDAPEntry entry) PKIPostgreSQLRealm.createUser
(ResultSet rs) PKILDAPRealm.findUserByCertID
(netscape.ldap.LDAPConnection conn, String certID) PKILDAPRealm.findUserByUsername
(netscape.ldap.LDAPConnection conn, String username) PKIPrincipal.getUser()
protected User
PKIPostgreSQLRealm.getUserByCertID
(String certID) PKIPostgreSQLRealm.getUserByID
(String userID) Methods in com.netscape.cms.realm with parameters of type UserModifier and TypeMethodDescriptionprotected Principal
PKIRealm.getPrincipal
(User user, AuthToken authToken) Constructors in com.netscape.cms.realm with parameters of type User -
Uses of User in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that return UserModifier and TypeMethodDescriptionprotected User
UGSubsystem.buildUser
(netscape.ldap.LDAPEntry entry) builds a User instance.UGSubsystem.createUser
(String id) UGSubsystem.findUser
(X509Certificate cert) Locates a user by certificate.UGSubsystem.findUsersByCert
(String filter) Searchs for identities that matches the certificate locater generated filter.Retrieves a user from LDAPprotected User
UGSubsystem.lbuildUser
(netscape.ldap.LDAPEntry entry) builds a User instance.CertDNCertUserLocator.locateUser
(Certificates certs) Do the cert-user mappingExactMatchCertUserLocator.locateUser
(Certificates certs) Do the cert-user mappingMethods in com.netscape.cmscore.usrgrp that return types with arguments of type UserModifier and TypeMethodDescriptionprotected Enumeration
<User> UGSubsystem.buildUsers
(netscape.ldap.LDAPSearchResults res) UGSubsystem.findUsersByKeyword
(String keyword) Searchs for identities that matches the filter.protected Enumeration
<User> UGSubsystem.lbuildUsers
(netscape.ldap.LDAPSearchResults res) Searchs for identities that matches the filter.Methods in com.netscape.cmscore.usrgrp with parameters of type UserModifier and TypeMethodDescriptionvoid
Adds identity.boolean
Evalutes the given context with the attribute critieria.boolean
UGSubsystem.isMemberOf
(User id, String name) Checks if the given user is a member of the given group (now runs an ldap search to find the user, instead of fetching the entire group entry)void
UGSubsystem.modifyUser
(User identity) modifies user attributes. -
Uses of User in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type User