Package 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$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
populate()
Called after initialization.-
Methods inherited from interface com.netscape.certsrv.profile.IProfile
createContext, createProfileInput, createProfileOutput, createProfilePolicy, createRequests, deleteAllProfileInputs, deleteAllProfileOutputs, deleteAllProfilePolicies, 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, setAuthzAcl, setDescription, setId, setName, setRenewal, setVisible, setXMLOutput, submit, validate
-
-
-
-
Method Detail
-
populate
void populate() throws EBaseException
Called after initialization. It populates default policies, inputs, and outputs.- Throws:
EBaseException
-
-