|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rahas.impl.TokenCancelerImpl
public class TokenCancelerImpl
Constructor Summary | |
---|---|
TokenCancelerImpl()
|
Method Summary | |
---|---|
org.apache.axiom.soap.SOAPEnvelope |
cancel(RahasData data)
Cancel the token specified in the request. |
java.lang.String |
getResponseAction(RahasData data)
Returns the wsa:Action of the response. |
void |
setConfigurationElement(org.apache.axiom.om.OMElement configElement)
Set the configuration element of this TokenCanceller. |
void |
setConfigurationFile(java.lang.String configFile)
Set the configuration file of this TokenCanceller. |
void |
setConfigurationParamName(java.lang.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 |
Constructor Detail |
---|
public TokenCancelerImpl()
Method Detail |
---|
public org.apache.axiom.soap.SOAPEnvelope cancel(RahasData data) throws TrustException
cancel
in interface TokenCanceler
data
- A populated RahasData
instance
TrustException
public void setConfigurationFile(java.lang.String configFile)
setConfigurationFile
in interface TokenCanceler
configFile
- public void setConfigurationElement(org.apache.axiom.om.OMElement configElement)
setConfigurationElement
in interface TokenCanceler
configElement
- OMElement
representing the configuationpublic void setConfigurationParamName(java.lang.String configParamName)
org.apache.axis2.description.Parameter
object available in
the via the messageContext when the TokenIssuer
is called.
setConfigurationParamName
in interface TokenCanceler
configParamName
- Parameter
public java.lang.String getResponseAction(RahasData data) throws TrustException
wsa:Action
of the response.
getResponseAction
in interface TokenCanceler
data
- A populated RahasData
instance
wsa:Action
of the response
TrustException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |