|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.RequestAbstractType
org.apache.cxf.xkms.model.xkms.RegisterRequestType
public class RegisterRequestType
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 | |
|---|---|
protected AuthenticationType |
authentication
|
protected ProofOfPossessionType |
proofOfPossession
|
protected PrototypeKeyBindingType |
prototypeKeyBinding
|
| 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 | |
|---|---|
RegisterRequestType()
|
|
| Method Summary | |
|---|---|
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. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PrototypeKeyBindingType prototypeKeyBinding
protected AuthenticationType authentication
protected ProofOfPossessionType proofOfPossession
| Constructor Detail |
|---|
public RegisterRequestType()
| Method Detail |
|---|
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
ProofOfPossessionType
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||