Uses of Interface
com.netscape.certsrv.profile.IProfileContext

Packages that use IProfileContext
com.netscape.certsrv.profile   
com.netscape.cms.profile.common   
com.netscape.cms.profile.input   
com.netscape.cms.profile.output   
 

Uses of IProfileContext in com.netscape.certsrv.profile
 

Methods in com.netscape.certsrv.profile that return IProfileContext
 IProfileContext IProfile.createContext()
          Retrieves profile context.
 

Methods in com.netscape.certsrv.profile with parameters of type IProfileContext
 IRequest[] IProfile.createRequests(IProfileContext ctx, java.util.Locale locale)
          Creates one or more requests.
 void IProfileInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void IProfileOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void IProfile.populateInput(IProfileContext ctx, IRequest request)
          Populates user-supplied input values into the requests.
 

Uses of IProfileContext in com.netscape.cms.profile.common
 

Classes in com.netscape.cms.profile.common that implement IProfileContext
 class EnrollProfileContext
          This class implements an enrollment profile context that carries information for request creation.
 class ProfileContext
          This class implements the profile context.
 

Methods in com.netscape.cms.profile.common that return IProfileContext
 IProfileContext EnrollProfile.createContext()
           
abstract  IProfileContext BasicProfile.createContext()
           
 

Methods in com.netscape.cms.profile.common with parameters of type IProfileContext
 IRequest[] EnrollProfile.createRequests(IProfileContext context, java.util.Locale locale)
          Creates request.
abstract  IRequest[] BasicProfile.createRequests(IProfileContext ctx, java.util.Locale locale)
          Creates request.
 void EnrollProfile.populateInput(IProfileContext ctx, IRequest request)
          Populate input
 void BasicProfile.populateInput(IProfileContext ctx, IRequest request)
           
 

Uses of IProfileContext in com.netscape.cms.profile.input
 

Methods in com.netscape.cms.profile.input with parameters of type IProfileContext
 void SubjectDNInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SerialNumRenewInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SubjectNameInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void KeyGenInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void ImageInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
abstract  void EnrollInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void nsNKeyCertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void FileSigningInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void nsHKeyCertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void CertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SubmitterInfoInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void GenericInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void DualKeyGenInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void CMCCertReqInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 

Uses of IProfileContext in com.netscape.cms.profile.output
 

Methods in com.netscape.cms.profile.output with parameters of type IProfileContext
 void CertOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
abstract  void EnrollOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void nsNKeyOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void PKCS7Output.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void CMMFOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.