Package com.netscape.certsrv.ra
Interface IRAService
-
Method Summary
Modifier and TypeMethodDescriptionReturns CA connector.Returns KRA connector.void
serviceProfileRequest
(IRequest request) Services profile request.boolean
serviceRequest
(IRequest req) Services request.
-
Method Details
-
serviceRequest
Services request.- Specified by:
serviceRequest
in interfaceIService
- Parameters:
req
- request data- Returns:
- an indication of whether this request is still pending. 'false' means the request will wait for further notification.
-
serviceProfileRequest
Services profile request.- Parameters:
request
- profile enrollment request information- Throws:
EBaseException
- failed to service profile enrollment request
-
getCAConnector
-
getKRAConnector
-