Package org.apache.cxf.xkms.model.xkms
Class RegisterRequestType
- java.lang.Object
-
- org.apache.cxf.xkms.model.xkms.MessageAbstractType
-
- org.apache.cxf.xkms.model.xkms.RequestAbstractType
-
- org.apache.cxf.xkms.model.xkms.RegisterRequestType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthenticationTypeauthenticationprotected ProofOfPossessionTypeproofOfPossessionprotected PrototypeKeyBindingTypeprototypeKeyBinding-
Fields inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
originalRequestId, pendingNotification, respondWith, responseLimit, responseMechanism
-
Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature
-
-
Constructor Summary
Constructors Constructor Description RegisterRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationTypegetAuthentication()Gets the value of the authentication property.ProofOfPossessionTypegetProofOfPossession()Gets the value of the proofOfPossession property.PrototypeKeyBindingTypegetPrototypeKeyBinding()Gets the value of the prototypeKeyBinding property.voidsetAuthentication(AuthenticationType value)Sets the value of the authentication property.voidsetProofOfPossession(ProofOfPossessionType value)Sets the value of the proofOfPossession property.voidsetPrototypeKeyBinding(PrototypeKeyBindingType value)Sets the value of the prototypeKeyBinding property.-
Methods inherited from class org.apache.cxf.xkms.model.xkms.RequestAbstractType
getOriginalRequestId, getPendingNotification, getRespondWith, getResponseLimit, getResponseMechanism, setOriginalRequestId, setPendingNotification, setResponseLimit
-
Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
-
-
-
-
Field Detail
-
prototypeKeyBinding
protected PrototypeKeyBindingType prototypeKeyBinding
-
authentication
protected AuthenticationType authentication
-
proofOfPossession
protected ProofOfPossessionType proofOfPossession
-
-
Method Detail
-
getPrototypeKeyBinding
public PrototypeKeyBindingType getPrototypeKeyBinding()
Gets the value of the prototypeKeyBinding property.- Returns:
- possible object is
PrototypeKeyBindingType
-
setPrototypeKeyBinding
public void setPrototypeKeyBinding(PrototypeKeyBindingType value)
Sets the value of the prototypeKeyBinding property.- Parameters:
value- allowed object isPrototypeKeyBindingType
-
getAuthentication
public AuthenticationType getAuthentication()
Gets the value of the authentication property.- Returns:
- possible object is
AuthenticationType
-
setAuthentication
public void setAuthentication(AuthenticationType value)
Sets the value of the authentication property.- Parameters:
value- allowed object isAuthenticationType
-
getProofOfPossession
public ProofOfPossessionType getProofOfPossession()
Gets the value of the proofOfPossession property.- Returns:
- possible object is
ProofOfPossessionType
-
setProofOfPossession
public void setProofOfPossession(ProofOfPossessionType value)
Sets the value of the proofOfPossession property.- Parameters:
value- allowed object isProofOfPossessionType
-
-