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

Packages that use IProfile
com.netscape.certsrv.profile   
com.netscape.cms.authentication   
com.netscape.cms.profile.common   
com.netscape.cms.profile.constraint   
com.netscape.cms.profile.def   
com.netscape.cms.profile.input   
com.netscape.cms.profile.output   
com.netscape.cms.profile.updater   
com.netscape.cms.servlet.profile   
 

Uses of IProfile in com.netscape.certsrv.profile
 

Subinterfaces of IProfile in com.netscape.certsrv.profile
 interface IEnrollProfile
          This interface represents an enrollment profile.
 interface IProfileEx
          This interface represents the extension version of profile.
 

Methods in com.netscape.certsrv.profile that return IProfile
 IProfile IProfileSubsystem.createProfile(java.lang.String id, java.lang.String classid, java.lang.String className, java.lang.String configFile)
          Creates new profile.
 IProfile IProfileSubsystem.getProfile(java.lang.String id)
          Retrieves a profile by id.
 

Methods in com.netscape.certsrv.profile with parameters of type IProfile
 void IPolicyConstraint.init(IProfile profile, IConfigStore config)
          Initializes this constraint policy.
 void IProfileInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileAuthenticator.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IPolicyDefault.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileUpdater.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 

Uses of IProfile in com.netscape.cms.authentication
 

Methods in com.netscape.cms.authentication with parameters of type IProfile
 void AgentCertAuthentication.init(IProfile profile, IConfigStore config)
           
 void TokenAuthentication.init(IProfile profile, IConfigStore config)
           
 void CMCAuth.init(IProfile profile, IConfigStore config)
           
 void FlatFileAuth.init(IProfile profile, IConfigStore config)
           
 void UidPwdPinDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void SSLclientCertAuthentication.init(IProfile profile, IConfigStore config)
           
 void UidPwdDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void UserPwdDirAuthentication.init(IProfile profile, IConfigStore config)
           
 

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

Classes in com.netscape.cms.profile.common that implement IProfile
 class BasicProfile
          This class implements a basic profile.
 class CACertCAEnrollProfile
          This class implements a Certificate Manager enrollment profile for CA Certificates.
 class CAEnrollProfile
          This class implements a Certificate Manager enrollment profile.
 class EnrollProfile
          This class implements a generic enrollment profile.
 class RAEnrollProfile
          This class implements a Registration Manager enrollment profile.
 class ServerCertCAEnrollProfile
          This class implements a Certificate Manager enrollment profile for Server Certificates.
 class UserCertCAEnrollProfile
          This class implements a Certificate Manager enrollment profile for User Certificates.
 

Uses of IProfile in com.netscape.cms.profile.constraint
 

Methods in com.netscape.cms.profile.constraint with parameters of type IProfile
 void KeyConstraint.init(IProfile profile, IConfigStore config)
           
 void KeyUsageExtConstraint.init(IProfile profile, IConfigStore config)
           
 void NSCertTypeExtConstraint.init(IProfile profile, IConfigStore config)
           
 void EnrollConstraint.init(IProfile profile, IConfigStore config)
           
 void RenewGracePeriodConstraint.init(IProfile profile, IConfigStore config)
           
 void ExtensionConstraint.init(IProfile profile, IConfigStore config)
           
 void BasicConstraintsExtConstraint.init(IProfile profile, IConfigStore config)
          Initializes this constraint plugin.
 void NoConstraint.init(IProfile profile, IConfigStore config)
           
 void SubjectNameConstraint.init(IProfile profile, IConfigStore config)
           
 void ExtendedKeyUsageExtConstraint.init(IProfile profile, IConfigStore config)
           
 void UniqueSubjectNameConstraint.init(IProfile profile, IConfigStore config)
           
 void SigningAlgConstraint.init(IProfile profile, IConfigStore config)
           
 void ValidityConstraint.init(IProfile profile, IConfigStore config)
           
 void UniqueKeyConstraint.init(IProfile profile, IConfigStore config)
           
 void CAValidityConstraint.init(IProfile profile, IConfigStore config)
           
 

Uses of IProfile in com.netscape.cms.profile.def
 

Methods in com.netscape.cms.profile.def with parameters of type IProfile
 void UserSubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void AutoAssignDefault.init(IProfile profile, IConfigStore config)
           
 void AuthInfoAccessExtDefault.init(IProfile profile, IConfigStore config)
           
 void CRLDistributionPointsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectAltNameExtDefault.init(IProfile profile, IConfigStore config)
           
 void IssuerAltNameExtDefault.init(IProfile profile, IConfigStore config)
           
 void ExtendedKeyUsageExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void NoDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectInfoAccessExtDefault.init(IProfile profile, IConfigStore config)
           
 void PolicyConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void InhibitAnyPolicyExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenUserKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void EnrollDefault.init(IProfile profile, IConfigStore config)
           
 void OCSPNoCheckExtDefault.init(IProfile profile, IConfigStore config)
           
 void BasicConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SigningAlgDefault.init(IProfile profile, IConfigStore config)
           
 void GenericExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsNKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void AuthorityKeyIdentifierExtDefault.init(IProfile profile, IConfigStore config)
           
 void UserKeyDefault.init(IProfile profile, IConfigStore config)
           
 void NSCCommentExtDefault.init(IProfile profile, IConfigStore config)
           
 void CertificateVersionDefault.init(IProfile profile, IConfigStore config)
           
 void ValidityDefault.init(IProfile profile, IConfigStore config)
           
 void ImageDefault.init(IProfile profile, IConfigStore config)
           
 void PolicyMappingsExtDefault.init(IProfile profile, IConfigStore config)
           
 void NSCertTypeExtDefault.init(IProfile profile, IConfigStore config)
           
 void CAValidityDefault.init(IProfile profile, IConfigStore config)
           
 void UserSigningAlgDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectDirAttributesExtDefault.init(IProfile profile, IConfigStore config)
           
 void PrivateKeyUsagePeriodExtDefault.init(IProfile profile, IConfigStore config)
           
 void UserValidityDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenDeviceKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void KeyUsageExtDefault.init(IProfile profile, IConfigStore config)
           
 void FreshestCRLExtDefault.init(IProfile profile, IConfigStore config)
           
 void AuthTokenSubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void nsHKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void UserExtensionDefault.init(IProfile profile, IConfigStore config)
           
 void NameConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectKeyIdentifierExtDefault.init(IProfile profile, IConfigStore config)
           
 void CertificatePoliciesExtDefault.init(IProfile profile, IConfigStore config)
           
 

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

Fields in com.netscape.cms.profile.input declared as IProfile
protected  IProfile EnrollInput.mProfile
           
 

Methods in com.netscape.cms.profile.input with parameters of type IProfile
 void SubjectDNInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SerialNumRenewInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SubjectNameInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void KeyGenInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void ImageInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void EnrollInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsNKeyCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void FileSigningInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsHKeyCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SubmitterInfoInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void GenericInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void DualKeyGenInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CMCCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 

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

Methods in com.netscape.cms.profile.output with parameters of type IProfile
 void CertOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void EnrollOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsNKeyOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void PKCS7Output.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CMMFOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 

Uses of IProfile in com.netscape.cms.profile.updater
 

Fields in com.netscape.cms.profile.updater declared as IProfile
 IProfile SubsystemGroupUpdater.mProfile
           
 

Methods in com.netscape.cms.profile.updater with parameters of type IProfile
 void SubsystemGroupUpdater.init(IProfile profile, IConfigStore config)
           
 

Uses of IProfile in com.netscape.cms.servlet.profile
 

Methods in com.netscape.cms.servlet.profile with parameters of type IProfile
protected  void ProfileProcessServlet.approveRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
          Approve request
protected  void ProfileProcessServlet.assignRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
           
protected  void ProfileProcessServlet.cancelRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
          Cancel request
protected  void ProfileProcessServlet.checkProfileVersion(IProfile profile, IRequest req, java.util.Locale locale)
          Check if the request creation time is older than the profile lastModified attribute.
protected  void ProfileProcessServlet.rejectRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
          Reject request
protected  void ProfileProcessServlet.unassignRequest(javax.servlet.ServletRequest request, ArgSet args, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)
           
protected  void ProfileProcessServlet.updateValues(javax.servlet.ServletRequest request, IRequest req, IRequestQueue queue, IProfile profile, java.util.Locale locale)