Package org.apache.cxf.xkms.model.xkms
Class ReissueRequestType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.RequestAbstractType
org.apache.cxf.xkms.model.xkms.ReissueRequestType
Java class for ReissueRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReissueRequestType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}ReissueKeyBinding"/>
<element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ProofOfPossession" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationTypeprotected ProofOfPossessionTypeprotected KeyBindingTypeFields inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismFields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authentication property.Gets the value of the proofOfPossession property.Gets the value of the reissueKeyBinding property.voidSets the value of the authentication property.voidSets the value of the proofOfPossession property.voidSets the value of the reissueKeyBinding property.Methods inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitMethods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
-
Field Details
-
reissueKeyBinding
-
authentication
-
proofOfPossession
-
-
Constructor Details
-
ReissueRequestType
public ReissueRequestType()
-
-
Method Details
-
getReissueKeyBinding
Gets the value of the reissueKeyBinding property.- Returns:
- possible object is
KeyBindingType
-
setReissueKeyBinding
Sets the value of the reissueKeyBinding property.- Parameters:
value- allowed object isKeyBindingType
-
getAuthentication
Gets the value of the authentication property.- Returns:
- possible object is
AuthenticationType
-
setAuthentication
Sets the value of the authentication property.- Parameters:
value- allowed object isAuthenticationType
-
getProofOfPossession
Gets the value of the proofOfPossession property.- Returns:
- possible object is
ProofOfPossessionType
-
setProofOfPossession
Sets the value of the proofOfPossession property.- Parameters:
value- allowed object isProofOfPossessionType
-