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
abstract  IProfileContext BasicProfile.createContext()
           
 IProfileContext EnrollProfile.createContext()
           
 

Methods in com.netscape.cms.profile.common with parameters of type IProfileContext
abstract  IRequest[] BasicProfile.createRequests(IProfileContext ctx, java.util.Locale locale)
          Creates request.
 IRequest[] EnrollProfile.createRequests(IProfileContext context, java.util.Locale locale)
          Creates request.
 void BasicProfile.populateInput(IProfileContext ctx, IRequest request)
           
 void EnrollProfile.populateInput(IProfileContext ctx, IRequest request)
          Populate input (either all "agent" profile cert requests NOT made through a connector, or all "EE" profile cert requests NOT made through a connector) signed.audit LOGGING_SIGNED_AUDIT_PROFILE_CERT_REQUEST used when a profile cert request is made (before approval process)
 

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

Methods in com.netscape.cms.profile.input with parameters of type IProfileContext
 void CMCCertReqInput.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 DualKeyGenInput.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 FileSigningInput.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 ImageInput.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 SerialNumRenewInput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 void SubjectDNInput.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 SubmitterInfoInput.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 nsNKeyCertReqInput.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 CMMFOutput.populate(IProfileContext ctx, IRequest request)
          Populates the request with this policy default.
 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 PKCS7Output.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.