com.netscape.certsrv.profile
Interface IProfileEx

All Superinterfaces:
IProfile
All Known Implementing Classes:
CACertCAEnrollProfile, ServerCertCAEnrollProfile, UserCertCAEnrollProfile

public interface IProfileEx
extends IProfile

This interface represents the extension version of profile.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 void populate()
          Called after initialization.
 
Methods inherited from interface com.netscape.certsrv.profile.IProfile
createContext, createProfileInput, createProfileOutput, createProfilePolicy, createRequests, deleteProfileInput, deleteProfileOutput, deleteProfilePolicy, execute, getApprovedBy, getAuthenticator, getAuthenticatorId, getAuthzAcl, getConfigStore, getDescription, getId, getName, getPolicySetId, getProfileInput, getProfileInputIds, getProfileOutput, getProfileOutputIds, getProfilePolicies, getProfilePolicy, getProfilePolicyIds, getProfilePolicySetIds, getRequestorDN, getRequestQueue, init, isRenewal, isVisible, isXmlOutput, populate, populateInput, setAuthenticatorId, setDescription, setId, setName, setVisible, submit, validate
 

Method Detail

populate

void populate()
              throws EBaseException
Called after initialization. It populates default policies, inputs, and outputs.

Throws:
EBaseException