Uses of Interface
org.apache.geronimo.management.geronimo.CertificateRequestStore

Packages that use CertificateRequestStore
org.apache.geronimo.ca.helper.util   
org.apache.geronimo.console.ca   
org.apache.geronimo.security.ca   
 

Uses of CertificateRequestStore in org.apache.geronimo.ca.helper.util
 

Methods in org.apache.geronimo.ca.helper.util that return CertificateRequestStore
static CertificateRequestStore CAHelperUtils.getCertificateRequestStore()
          This method returns the CertificateRequestStore.
 

Uses of CertificateRequestStore in org.apache.geronimo.console.ca
 

Methods in org.apache.geronimo.console.ca that return CertificateRequestStore
protected  CertificateRequestStore BaseCAHandler.getCertificateRequestStore(javax.portlet.PortletRequest request)
          This method returns CertificateRequestStore GBean.
 

Uses of CertificateRequestStore in org.apache.geronimo.security.ca
 

Classes in org.apache.geronimo.security.ca that implement CertificateRequestStore
 class FileCertificateRequestStore
          A certificate request store implementation using disk files.
 

Constructors in org.apache.geronimo.security.ca with parameters of type CertificateRequestStore
GeronimoCertificationAuthority(ServerInfo serverInfo, KeystoreInstance caKeystore, CertificateStore certStore, CertificateRequestStore certReqStore, Kernel kernel, AbstractName abstractName)
          Constructor
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.