public class RahasData extends Object
Constructor and Description |
---|
RahasData(org.apache.axis2.context.MessageContext inMessageContext)
Create a new RahasData instance and populate it with the information from
the request.
|
Modifier and Type | Method and Description |
---|---|
String |
getAddressingNs() |
String |
getAppliesToAddress() |
org.apache.axiom.om.OMElement |
getAppliesToEpr() |
String |
getClaimDialect() |
org.apache.axiom.om.OMElement |
getClaimElem() |
X509Certificate |
getClientCert() |
String |
getComputedKeyAlgo() |
byte[] |
getEphmeralKey() |
org.apache.axis2.context.MessageContext |
getInMessageContext() |
int |
getKeysize() |
String |
getKeyType() |
Principal |
getPrincipal() |
byte[] |
getRequestEntropy() |
String |
getRequestType() |
byte[] |
getResponseEntropy() |
org.apache.axiom.om.OMElement |
getRstElement() |
String |
getSoapNs() |
String |
getTokenId() |
String |
getTokenType() |
int |
getVersion() |
String |
getWstNs() |
void |
setEphmeralKey(byte[] ephmeralKey) |
void |
setResponseEntropy(byte[] responseEntropy) |
public RahasData(org.apache.axis2.context.MessageContext inMessageContext) throws TrustException
TrustException
- RequestSecurityToken
element is invalid.public String getAppliesToAddress()
public X509Certificate getClientCert()
public String getComputedKeyAlgo()
public byte[] getEphmeralKey()
public org.apache.axis2.context.MessageContext getInMessageContext()
public int getKeysize()
public String getKeyType()
public Principal getPrincipal()
public byte[] getRequestEntropy()
public String getRequestType()
public byte[] getResponseEntropy()
public org.apache.axiom.om.OMElement getRstElement()
public String getTokenType()
public int getVersion()
public String getAddressingNs()
public String getWstNs()
public String getSoapNs()
public String getTokenId()
public void setResponseEntropy(byte[] responseEntropy)
responseEntropy
- The responseEntropy to set.public void setEphmeralKey(byte[] ephmeralKey)
ephmeralKey
- The ephmeralKey to set.public String getClaimDialect()
public org.apache.axiom.om.OMElement getClaimElem()
public org.apache.axiom.om.OMElement getAppliesToEpr()
Copyright © Apache Software Foundation. All Rights Reserved.