Package com.netscape.cmscore.connector
Class HttpPKIMessage
- java.lang.Object
-
- com.netscape.cmscore.connector.HttpPKIMessage
-
- All Implemented Interfaces:
IHttpPKIMessage,IPKIMessage,java.io.Serializable
public class HttpPKIMessage extends java.lang.Object implements IHttpPKIMessage
simple name/value pair message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpPKIMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromRequest(IRequest r)copy contents of request to make a simple name/value message.java.lang.StringgetReqId()Retrieves the request identifier.java.lang.StringgetReqRealm()Retrieves the request realmjava.lang.StringgetReqStatus()Returns status of request.java.lang.StringgetReqType()Retrieves the request type.voidtoRequest(IRequest r)copy contents to request.
-
-
-
Method Detail
-
getReqStatus
public java.lang.String getReqStatus()
Description copied from interface:IPKIMessageReturns status of request.- Specified by:
getReqStatusin interfaceIPKIMessage- Returns:
- String of request status.
-
getReqType
public java.lang.String 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
public java.lang.String getReqId()
Description copied from interface:IHttpPKIMessageRetrieves the request identifier.- Specified by:
getReqIdin interfaceIHttpPKIMessage- Specified by:
getReqIdin interfaceIPKIMessage- Returns:
- String of name of request.
-
getReqRealm
public java.lang.String getReqRealm()
Description copied from interface:IPKIMessageRetrieves the request realm- Specified by:
getReqRealmin interfaceIPKIMessage- Returns:
- String of authz realm
-
fromRequest
public void fromRequest(IRequest r)
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
public void toRequest(IRequest r)
copy contents to request.- Specified by:
toRequestin interfaceIHttpPKIMessage- Specified by:
toRequestin interfaceIPKIMessage- Parameters:
r- Instance of IRequest to be copied to.
-
-