Package org.apache.cxf.xkms.model.xkms
Class RevokeRequestType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.RequestAbstractType
org.apache.cxf.xkms.model.xkms.RevokeRequestType
Java class for RevokeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevokeRequestType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}RevokeKeyBinding"/>
<choice>
<element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RevocationCode"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationTypeprotected byte[]protected 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.byte[]Gets the value of the revocationCode property.Gets the value of the revokeKeyBinding property.voidSets the value of the authentication property.voidsetRevocationCode(byte[] value) Sets the value of the revocationCode property.voidSets the value of the revokeKeyBinding 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
-
revokeKeyBinding
-
authentication
-
revocationCode
protected byte[] revocationCode
-
-
Constructor Details
-
RevokeRequestType
public RevokeRequestType()
-
-
Method Details
-
getRevokeKeyBinding
Gets the value of the revokeKeyBinding property.- Returns:
- possible object is
KeyBindingType
-
setRevokeKeyBinding
Sets the value of the revokeKeyBinding 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
-
getRevocationCode
public byte[] getRevocationCode()Gets the value of the revocationCode property.- Returns:
- possible object is byte[]
-
setRevocationCode
public void setRevocationCode(byte[] value) Sets the value of the revocationCode property.- Parameters:
value- allowed object is byte[]
-