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 TypeMethodDescriptionvoidcopy 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.voidcopy 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:IPKIMessageReturns status of request.- Specified by:
getReqStatusin interfaceIPKIMessage- Returns:
- String of request status.
-
getReqType
Description copied from interface:IHttpPKIMessageRetrieves the request type.- Specified by:
getReqTypein interfaceIHttpPKIMessage- Specified by:
getReqTypein interfaceIPKIMessage- Returns:
- String with the type of request.
-
getReqId
Description copied from interface:IHttpPKIMessageRetrieves the request identifier.- Specified by:
getReqIdin interfaceIHttpPKIMessage- Specified by:
getReqIdin interfaceIPKIMessage- Returns:
- String of name of request.
-
getReqRealm
Description copied from interface:IPKIMessageRetrieves the request realm- Specified by:
getReqRealmin interfaceIPKIMessage- Returns:
- String of authz realm
-
fromRequest
copy contents of request to make a simple name/value message.- Specified by:
fromRequestin interfaceIHttpPKIMessage- Specified by:
fromRequestin interfaceIPKIMessage- Parameters:
r- Instance of IRequest to be copied from.
-
toRequest
copy contents to request.- Specified by:
toRequestin interfaceIHttpPKIMessage- Specified by:
toRequestin interfaceIPKIMessage- Parameters:
r- Instance of IRequest to be copied to.
-