public class RahasData extends Object
Constructor and Description |
---|
RahasData() |
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() |
Date |
getAssertionCreatedDate() |
Date |
getAssertionExpiringDate() |
String |
getClaimDialect() |
org.apache.axiom.om.OMElement |
getClaimElem() |
X509Certificate |
getClientCert() |
String |
getComputedKeyAlgo() |
byte[] |
getEphmeralKey() |
org.apache.axis2.context.MessageContext |
getInMessageContext() |
int |
getKeysize()
Deprecated.
As of Rampart 1.7. Use
getKeySize . |
int |
getKeySize() |
String |
getKeyType()
// TODO changes this keytype to an enumeration
|
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 |
setAssertionCreatedDate(Date assertionCreatedDate) |
void |
setAssertionExpiringDate(Date assertionExpiringDate) |
void |
setEphmeralKey(byte[] ephmeralKey) |
void |
setInMessageContext(org.apache.axis2.context.MessageContext context)
Sets the given message context as in message context.
|
void |
setKeySize(int size)
Sets the key size.
|
void |
setResponseEntropy(byte[] responseEntropy) |
public RahasData(org.apache.axis2.context.MessageContext inMessageContext) throws TrustException
TrustException
- RequestSecurityToken
element is invalid.public RahasData()
public String getAppliesToAddress()
public X509Certificate getClientCert()
public String getComputedKeyAlgo()
public byte[] getEphmeralKey()
public org.apache.axis2.context.MessageContext getInMessageContext()
public void setInMessageContext(org.apache.axis2.context.MessageContext context)
context
- The message context.@Deprecated public int getKeysize()
getKeySize
.public int getKeySize()
public void setKeySize(int size)
size
- Size of the key.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()
public Date getAssertionCreatedDate()
public void setAssertionCreatedDate(Date assertionCreatedDate)
public Date getAssertionExpiringDate()
public void setAssertionExpiringDate(Date assertionExpiringDate)
Copyright © Apache Software Foundation. All Rights Reserved.