public class RevokeRequestType extends RequestAbstractType
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>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationType |
authentication |
protected byte[] |
revocationCode |
protected KeyBindingType |
revokeKeyBinding |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
RevokeRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthentication()
Gets the value of the authentication property.
|
byte[] |
getRevocationCode()
Gets the value of the revocationCode property.
|
KeyBindingType |
getRevokeKeyBinding()
Gets the value of the revokeKeyBinding property.
|
void |
setAuthentication(AuthenticationType value)
Sets the value of the authentication property.
|
void |
setRevocationCode(byte[] value)
Sets the value of the revocationCode property.
|
void |
setRevokeKeyBinding(KeyBindingType value)
Sets the value of the revokeKeyBinding property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected KeyBindingType revokeKeyBinding
protected AuthenticationType authentication
protected byte[] revocationCode
public KeyBindingType getRevokeKeyBinding()
KeyBindingTypepublic void setRevokeKeyBinding(KeyBindingType value)
value - allowed object is
KeyBindingTypepublic AuthenticationType getAuthentication()
AuthenticationTypepublic void setAuthentication(AuthenticationType value)
value - allowed object is
AuthenticationTypepublic byte[] getRevocationCode()
public void setRevocationCode(byte[] value)
value - allowed object is
byte[]Apache CXF