Package | Description |
---|---|
com.netscape.certsrv.profile |
Modifier and Type | Interface and Description |
---|---|
interface |
IEnrollProfile
This interface represents an enrollment profile.
|
interface |
IProfileEx
This interface represents the extension version of
profile.
|
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.
|
IProfile |
IProfileSubsystem.getProfile(java.lang.String id)
Retrieves a profile by id.
|
Modifier and Type | Method and Description |
---|---|
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.
|