Uses of Interface
com.netscape.certsrv.usrgrp.IUser
-
Packages that use IUser Package Description com.netscape.certsrv.usrgrp com.netscape.cms.realm com.netscape.cmscore.usrgrp 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
CertUserLocator. locateUser(Certificates certs)
Returns a user whose certificates match with the given certificates -
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, com.netscape.certsrv.authentication.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, com.netscape.certsrv.authentication.IAuthToken authToken)
-
Uses of IUser in com.netscape.cmscore.usrgrp
Classes in com.netscape.cmscore.usrgrp that implement IUser Modifier and Type Class Description class
User
A class represents a user.Methods in com.netscape.cmscore.usrgrp that return IUser Modifier and Type Method Description protected IUser
UGSubsystem. buildUser(netscape.ldap.LDAPEntry entry)
builds a User instance.IUser
UGSubsystem. createUser(java.lang.String id)
IUser
UGSubsystem. findUsersByCert(java.lang.String filter)
Searchs for identities that matches the certificate locater generated filter.IUser
UGSubsystem. getUser(java.lang.String userID)
Retrieves a user from LDAPprotected IUser
UGSubsystem. lbuildUser(netscape.ldap.LDAPEntry entry)
builds a User instance.IUser
CertDNCertUserLocator. locateUser(Certificates certs)
Do the cert-user mappingIUser
ExactMatchCertUserLocator. locateUser(Certificates certs)
Do the cert-user mappingMethods in com.netscape.cmscore.usrgrp that return types with arguments of type IUser Modifier and Type Method Description protected java.util.Enumeration<IUser>
UGSubsystem. buildUsers(netscape.ldap.LDAPSearchResults res)
java.util.Enumeration<IUser>
UGSubsystem. findUsers(java.lang.String filter)
Searchs for identities that matches the filter.protected java.util.Enumeration<IUser>
UGSubsystem. lbuildUsers(netscape.ldap.LDAPSearchResults res)
java.util.Enumeration<IUser>
UGSubsystem. listUsers(java.lang.String filter)
Searchs for identities that matches the filter.Methods in com.netscape.cmscore.usrgrp with parameters of type IUser Modifier and Type Method Description void
UGSubsystem. addCertSubjectDN(IUser identity)
void
UGSubsystem. addUser(IUser identity)
Adds identity.void
UGSubsystem. addUserCert(IUser identity)
adds a user certificate to userboolean
UGSubsystem. evaluate(java.lang.String type, IUser id, java.lang.String op, java.lang.String value)
Evalutes the given context with the attribute critieria.boolean
UGSubsystem. isMemberOf(IUser 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(IUser identity)
modifies user attributes.void
UGSubsystem. removeCertSubjectDN(IUser identity)
void
UGSubsystem. 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 org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest with parameters of type IUser Modifier and Type Method Description com.netscape.certsrv.user.UserData
UserService. createUserData(IUser user)
-