Package com.netscape.cmscore.connector
Class HttpPKIMessage
java.lang.Object
com.netscape.cmscore.connector.HttpPKIMessage
- All Implemented Interfaces:
IHttpPKIMessage
,IPKIMessage
,Serializable
simple name/value pair message.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copy contents of request to make a simple name/value message.getReqId()
Retrieves the request identifier.Retrieves the request realmReturns status of request.Retrieves the request type.void
copy contents to request.
-
Field Details
-
logger
public static org.slf4j.Logger logger -
reqType
-
reqId
-
reqStatus
-
reqRealm
-
mNameVals
-
-
Constructor Details
-
HttpPKIMessage
public HttpPKIMessage()
-
-
Method Details
-
getReqStatus
Description copied from interface:IPKIMessage
Returns status of request.- Specified by:
getReqStatus
in interfaceIPKIMessage
- Returns:
- String of request status.
-
getReqType
Description copied from interface:IHttpPKIMessage
Retrieves the request type.- Specified by:
getReqType
in interfaceIHttpPKIMessage
- Specified by:
getReqType
in interfaceIPKIMessage
- Returns:
- String with the type of request.
-
getReqId
Description copied from interface:IHttpPKIMessage
Retrieves the request identifier.- Specified by:
getReqId
in interfaceIHttpPKIMessage
- Specified by:
getReqId
in interfaceIPKIMessage
- Returns:
- String of name of request.
-
getReqRealm
Description copied from interface:IPKIMessage
Retrieves the request realm- Specified by:
getReqRealm
in interfaceIPKIMessage
- Returns:
- String of authz realm
-
fromRequest
copy contents of request to make a simple name/value message.- Specified by:
fromRequest
in interfaceIHttpPKIMessage
- Specified by:
fromRequest
in interfaceIPKIMessage
- Parameters:
r
- Instance of Request to be copied from.
-
toRequest
copy contents to request.- Specified by:
toRequest
in interfaceIHttpPKIMessage
- Specified by:
toRequest
in interfaceIPKIMessage
- Parameters:
r
- Instance of Request to be copied to.
-