public class RegisterRequestType extends RequestAbstractType
Java class for RegisterRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterRequestType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}RequestAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}PrototypeKeyBinding"/>
<element ref="{http://www.w3.org/2002/03/xkms#}Authentication"/>
<element ref="{http://www.w3.org/2002/03/xkms#}ProofOfPossession" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationType |
authentication |
protected ProofOfPossessionType |
proofOfPossession |
protected PrototypeKeyBindingType |
prototypeKeyBinding |
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanismid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
RegisterRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
getAuthentication()
Gets the value of the authentication property.
|
ProofOfPossessionType |
getProofOfPossession()
Gets the value of the proofOfPossession property.
|
PrototypeKeyBindingType |
getPrototypeKeyBinding()
Gets the value of the prototypeKeyBinding property.
|
void |
setAuthentication(AuthenticationType value)
Sets the value of the authentication property.
|
void |
setProofOfPossession(ProofOfPossessionType value)
Sets the value of the proofOfPossession property.
|
void |
setPrototypeKeyBinding(PrototypeKeyBindingType value)
Sets the value of the prototypeKeyBinding property.
|
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimitgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected PrototypeKeyBindingType prototypeKeyBinding
protected AuthenticationType authentication
protected ProofOfPossessionType proofOfPossession
public PrototypeKeyBindingType getPrototypeKeyBinding()
PrototypeKeyBindingTypepublic void setPrototypeKeyBinding(PrototypeKeyBindingType value)
value - allowed object is
PrototypeKeyBindingTypepublic 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