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 TypeMethodDescriptionCertUserLocator.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 UserMethods in com.netscape.cms.realm with parameters of type UserModifier and TypeMethodDescriptionprotected Principal
PKIRealm.getPrincipal
(User user, IAuthToken authToken) Constructors in com.netscape.cms.realm with parameters of type UserModifierConstructorDescriptionPKIPrincipal
(User user, String password, List<String> roles) PKIPrincipal
(User user, String password, List<String> roles, IAuthToken authToken) -
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.static User
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.void
UGSubsystem.removeUserCert
(User 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 User in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type User