public class RecoverRequestType extends RequestAbstractType
| 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