public class RecoverRequestType extends RequestAbstractType
Java class for RecoverRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecoverRequestType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}RecoverKeyBinding"/>
<element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationType |
authentication |
protected KeyBindingType |
recoverKeyBinding |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
RecoverRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthentication()
Gets the value of the authentication property.
|
KeyBindingType |
getRecoverKeyBinding()
Gets the value of the recoverKeyBinding property.
|
void |
setAuthentication(AuthenticationType value)
Sets the value of the authentication property.
|
void |
setRecoverKeyBinding(KeyBindingType value)
Sets the value of the recoverKeyBinding property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected KeyBindingType recoverKeyBinding
protected AuthenticationType authentication
public KeyBindingType getRecoverKeyBinding()
KeyBindingTypepublic void setRecoverKeyBinding(KeyBindingType value)
value - allowed object is
KeyBindingTypepublic AuthenticationType getAuthentication()
AuthenticationTypepublic void setAuthentication(AuthenticationType value)
value - allowed object is
AuthenticationTypeApache CXF