Package | Description |
---|---|
com.netscape.certsrv.profile |
Modifier and Type | Class and Description |
---|---|
class |
EDeferException
This represents a profile specific exception.
|
class |
ERejectException
This represents a profile specific exception.
|
Modifier and Type | Method and Description |
---|---|
IProfile |
IProfileSubsystem.createProfile(java.lang.String id,
java.lang.String classid,
java.lang.String className,
java.lang.String configFile)
Creates new profile.
|
void |
IProfileSubsystem.createProfileConfig(java.lang.String id,
java.lang.String classId,
java.lang.String configPath)
Creates a new profile configuration file.
|
IProfileInput |
IProfile.createProfileInput(java.lang.String id,
java.lang.String inputClassId,
NameValuePairs nvp)
Creates a input policy.
|
IProfileOutput |
IProfile.createProfileOutput(java.lang.String id,
java.lang.String outputClassId,
NameValuePairs nvp)
Creates a output policy.
|
IProfilePolicy |
IProfile.createProfilePolicy(java.lang.String setId,
java.lang.String id,
java.lang.String defaultClassId,
java.lang.String constraintClassId)
Creates a profile policy.
|
IRequest[] |
IProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates one or more requests.
|
void |
IProfile.deleteAllProfileInputs()
Delete all profile inputs
|
void |
IProfile.deleteAllProfileOutputs()
Delete all profile inputs
|
void |
IProfile.deleteAllProfilePolicies()
Delete all profile policies
|
void |
IProfileSubsystem.deleteProfile(java.lang.String id,
java.lang.String configFile)
Deletes profile.
|
void |
IProfile.deleteProfileInput(java.lang.String inputId)
Deletes input policy by id.
|
void |
IProfile.deleteProfileOutput(java.lang.String outputId)
Deletes output policy by id.
|
void |
IProfile.deleteProfilePolicy(java.lang.String setId,
java.lang.String policyId)
Deletes a policy.
|
void |
IProfileSubsystem.disableProfile(java.lang.String id)
Disables a profile.
|
void |
IProfileSubsystem.enableProfile(java.lang.String id,
java.lang.String enableBy)
Enables a profile.
|
void |
IProfile.execute(IRequest request)
Process a request after validation.
|
IProfileAuthenticator |
IProfile.getAuthenticator()
Retrieves the associated authenticator instance.
|
IProfile |
IProfileSubsystem.getProfile(java.lang.String id)
Retrieves a profile by id.
|
java.lang.String |
IProfileOutput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value parameter by name.
|
java.lang.String |
IProfileInput.getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves value from the request.
|
void |
IProfileUpdater.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileAuthenticator.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyDefault.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyConstraint.init(IProfile profile,
IConfigStore config)
Initializes this constraint policy.
|
void |
IProfileAuthenticator.populate(IAuthToken token,
IRequest request)
Populates authentication specific information into the
request for auditing purposes.
|
void |
IProfileOutput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
IProfileInput.populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default.
|
void |
IProfile.populate(IRequest request)
Passes the request to the set of default policies that
populate the profile information against the profile.
|
void |
IPolicyDefault.populate(IRequest request)
Populates the request with this policy default.
|
void |
IProfile.populateInput(IProfileContext ctx,
IRequest request)
Populates user-supplied input values into the requests.
|
void |
IEnrollProfile.setDefaultCertInfo(IRequest request)
Set Default X509CertInfo in the request.
|
void |
IProfile.submit(IAuthToken token,
IRequest request)
Handles end-user request submission.
|
void |
IProfileUpdater.update(IRequest req,
RequestStatus status)
Notifies of state change.
|