public class ReissueRequestType extends RequestAbstractType
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationType |
authentication |
protected ProofOfPossessionType |
proofOfPossession |
protected KeyBindingType |
reissueKeyBinding |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
ReissueRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthentication()
Gets the value of the authentication property.
|
ProofOfPossessionType |
getProofOfPossession()
Gets the value of the proofOfPossession property.
|
KeyBindingType |
getReissueKeyBinding()
Gets the value of the reissueKeyBinding property.
|
void |
setAuthentication(AuthenticationType value)
Sets the value of the authentication property.
|
void |
setProofOfPossession(ProofOfPossessionType value)
Sets the value of the proofOfPossession property.
|
void |
setReissueKeyBinding(KeyBindingType value)
Sets the value of the reissueKeyBinding property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected KeyBindingType reissueKeyBinding
protected AuthenticationType authentication
protected ProofOfPossessionType proofOfPossession
public KeyBindingType getReissueKeyBinding()
KeyBindingTypepublic void setReissueKeyBinding(KeyBindingType value)
value - allowed object is
KeyBindingTypepublic AuthenticationType getAuthentication()
AuthenticationTypepublic void setAuthentication(AuthenticationType value)
value - allowed object is
AuthenticationTypepublic ProofOfPossessionType getProofOfPossession()
ProofOfPossessionTypepublic void setProofOfPossession(ProofOfPossessionType value)
value - allowed object is
ProofOfPossessionTypeApache CXF