Uses of Class
com.netscape.certsrv.usrgrp.Certificates
-
Packages that use Certificates Package Description com.netscape.certsrv.usrgrp com.netscape.cmscore.usrgrp org.dogtagpki.server.authentication -
-
Uses of Certificates in com.netscape.certsrv.usrgrp
Methods in com.netscape.certsrv.usrgrp with parameters of type Certificates Modifier and Type Method Description IUser
CertUserLocator. locateUser(Certificates certs)
Returns a user whose certificates match with the given certificates -
Uses of Certificates in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp with parameters of type Certificates Modifier and Type Method Description IUser
CertDNCertUserLocator. locateUser(Certificates certs)
Do the cert-user mappingIUser
ExactMatchCertUserLocator. locateUser(Certificates certs)
Do the cert-user mapping -
Uses of Certificates in org.dogtagpki.server.authentication
Methods in org.dogtagpki.server.authentication that return Certificates Modifier and Type Method Description Certificates
AuthToken. getInCertificates(java.lang.String name)
Methods in org.dogtagpki.server.authentication with parameters of type Certificates Modifier and Type Method Description boolean
AuthToken. set(java.lang.String name, Certificates value)
-