Uses of Class
com.netscape.cmscore.usrgrp.User
-
Packages that use User Package Description com.netscape.certsrv.usrgrp com.netscape.cms.realm com.netscape.cmscore.usrgrp org.dogtagpki.server.rest -
-
Uses of User in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp that return User Modifier and Type Method Description 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 User Modifier and Type Method Description User
PKIPrincipal. getUser()
protected User
PKIRealm. getUser(java.lang.String username)
Methods in com.netscape.cms.realm with parameters of type User Modifier and Type Method Description protected java.security.Principal
PKIRealm. getPrincipal(User user, IAuthToken authToken)
protected java.util.List<java.lang.String>
PKIRealm. getRoles(User user)
Constructors in com.netscape.cms.realm with parameters of type User Constructor Description PKIPrincipal(User user, java.lang.String password, java.util.List<java.lang.String> roles)
PKIPrincipal(User user, java.lang.String password, java.util.List<java.lang.String> roles, IAuthToken authToken)
-
Uses of User in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that return User Modifier and Type Method Description protected User
UGSubsystem. buildUser(netscape.ldap.LDAPEntry entry)
builds a User instance.User
UGSubsystem. createUser(java.lang.String id)
User
UGSubsystem. findUser(java.security.cert.X509Certificate cert)
Locates a user by certificate.User
UGSubsystem. findUsersByCert(java.lang.String filter)
Searchs for identities that matches the certificate locater generated filter.static User
User. fromJSON(java.lang.String json)
User
UGSubsystem. getUser(java.lang.String userID)
Retrieves a user from LDAPprotected User
UGSubsystem. lbuildUser(netscape.ldap.LDAPEntry entry)
builds a User instance.User
CertDNCertUserLocator. locateUser(Certificates certs)
Do the cert-user mappingUser
ExactMatchCertUserLocator. locateUser(Certificates certs)
Do the cert-user mappingMethods in com.netscape.cmscore.usrgrp that return types with arguments of type User Modifier and Type Method Description protected java.util.Enumeration<User>
UGSubsystem. buildUsers(netscape.ldap.LDAPSearchResults res)
java.util.Enumeration<User>
UGSubsystem. findUsers(java.lang.String filter)
java.util.Enumeration<User>
UGSubsystem. findUsersByKeyword(java.lang.String keyword)
Searchs for identities that matches the filter.protected java.util.Enumeration<User>
UGSubsystem. lbuildUsers(netscape.ldap.LDAPSearchResults res)
java.util.Enumeration<User>
UGSubsystem. listUsers(java.lang.String filter)
Searchs for identities that matches the filter.Methods in com.netscape.cmscore.usrgrp with parameters of type User Modifier and Type Method Description void
UGSubsystem. addUser(User user)
Adds identity.boolean
UGSubsystem. evaluate(java.lang.String type, User id, java.lang.String op, java.lang.String value)
Evalutes the given context with the attribute critieria.boolean
UGSubsystem. isMemberOf(User id, java.lang.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 Modifier and Type Method Description UserData
UserService. createUserData(User user)
-