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 UserCertUserLocator. 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 UserPKIPrincipal. getUser()protected UserPKIRealm. getUser(java.lang.String username)Methods in com.netscape.cms.realm with parameters of type User Modifier and Type Method Description protected java.security.PrincipalPKIRealm. 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 UserUGSubsystem. buildUser(netscape.ldap.LDAPEntry entry)builds a User instance.UserUGSubsystem. createUser(java.lang.String id)UserUGSubsystem. findUser(java.security.cert.X509Certificate cert)Locates a user by certificate.UserUGSubsystem. findUsersByCert(java.lang.String filter)Searchs for identities that matches the certificate locater generated filter.static UserUser. fromJSON(java.lang.String json)UserUGSubsystem. getUser(java.lang.String userID)Retrieves a user from LDAPprotected UserUGSubsystem. lbuildUser(netscape.ldap.LDAPEntry entry)builds a User instance.UserCertDNCertUserLocator. locateUser(Certificates certs)Do the cert-user mappingUserExactMatchCertUserLocator. 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 voidUGSubsystem. addUser(User user)Adds identity.booleanUGSubsystem. evaluate(java.lang.String type, User id, java.lang.String op, java.lang.String value)Evalutes the given context with the attribute critieria.booleanUGSubsystem. 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)voidUGSubsystem. modifyUser(User identity)modifies user attributes.voidUGSubsystem. 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 UserDataUserService. createUserData(User user)
-