Package | Description |
---|---|
com.netscape.certsrv.profile |
Modifier and Type | Method and Description |
---|---|
IProfileContext |
IProfile.createContext()
Retrieves profile context.
|
Modifier and Type | Method and Description |
---|---|
IRequest[] |
IProfile.createRequests(IProfileContext ctx,
java.util.Locale locale)
Creates one or more requests.
|
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.populateInput(IProfileContext ctx,
IRequest request)
Populates user-supplied input values into the requests.
|