|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.security.trust.impl.SCTIssuer
Field Summary | |
static String |
BINARY_SECRET
|
static String |
COMPUTED_KEY
|
static String |
ENCRYPTED_KEY
|
Constructor Summary | |
SCTIssuer()
|
Method Summary | |
String |
getResponseAction(org.apache.axiom.om.OMElement request,
MessageContext inMsgCtx)
Returns the wsa:Action of the response |
org.apache.axiom.soap.SOAPEnvelope |
issue(org.apache.axiom.om.OMElement request,
MessageContext inMsgCtx)
Issue a SecuritycontextToken based on the wsse:Signature or wsse:UsernameToken This will support returning the SecurityContextToken with the following types of wst:RequestedProof tokens: xenc:EncryptedKey wst:ComputedKey wst:BinarySecret (for secure transport) |
void |
setConfigurationElement(org.apache.axiom.om.OMElement configElement)
Set the configuration element of this TokenIssuer. |
void |
setConfigurationFile(String configFile)
Set the configuration file of this TokenIssuer. |
void |
setConfigurationParamName(String configParamName)
Set the name of the configuration parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String ENCRYPTED_KEY
public static final String COMPUTED_KEY
public static final String BINARY_SECRET
Constructor Detail |
public SCTIssuer()
Method Detail |
public org.apache.axiom.soap.SOAPEnvelope issue(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx) throws TrustException
issue
in interface TokenIssuer
request
- The contents of the soap:Body
as an
OMElement
inMsgCtx
- The incoming messagge context
soap:Envelope
for the given issue
request.
TrustException
public String getResponseAction(org.apache.axiom.om.OMElement request, MessageContext inMsgCtx) throws TrustException
TokenIssuer
wsa:Action
of the response
getResponseAction
in interface TokenIssuer
request
- The contents of the soap:Body
as an
OMElement
inMsgCtx
- The incoming messagge context
wsa:Action
of the response
TrustException
public void setConfigurationFile(String configFile)
TokenIssuer
setConfigurationFile
in interface TokenIssuer
configFile
- TokenIssuer.setConfigurationFile(java.lang.String)
public void setConfigurationElement(org.apache.axiom.om.OMElement configElement)
TokenIssuer
setConfigurationElement
in interface TokenIssuer
configElement
- OMElement
representing the configuationorg.apache.axis2.security.trust.TokenIssuer#setConfigurationElement(java.lang.String)
public void setConfigurationParamName(String configParamName)
TokenIssuer
org.apache.axis2.description.Parameter
object available in
the via the messageContext when the TokenIssuer
is called.
setConfigurationParamName
in interface TokenIssuer
configParamName
- Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |