|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wssecurity.token.LTPATokenConsumer
public class LTPATokenConsumer
Consumes the LTPA binary security token from the SOAP message and store it into the Subject for the later use.
Constructor Summary | |
---|---|
LTPATokenConsumer()
|
Method Summary | |
---|---|
void |
init(java.util.Map map)
Initializes this consumer with a TokenConsumerConfig object which is passed
in by the map parameter. |
void |
invoke(org.w3c.dom.Node target,
java.util.Map context)
Consumes the LTPA token in a SOAP message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LTPATokenConsumer()
Method Detail |
---|
public void init(java.util.Map map) throws SoapSecurityException
TokenConsumerConfig
object which is passed
in by the map
parameter.
init
in interface com.ibm.ws.webservices.wssecurity.WSSComponent
init
in interface Initializable
map
- A Map
object which contains
name-value pairs.
These pairs includes a configuration object and
<Property>
elements in the
configuration XMI files. In the map, the TokenConsumerConfig
object
is stored with a key of TokenConsumerConfig.CONFIG_KEY
.
SoapSecurityException
- When there is a problem initializing the consumerInitializable.init(java.util.Map)
,
TokenConsumerConfig
public void invoke(org.w3c.dom.Node target, java.util.Map context) throws SoapSecurityException
target
parameter.
invoke
in interface com.ibm.ws.webservices.wssecurity.WSSConsumerComponent
target
- The element to be consumed or the
Document
objectcontext
- A Map
object which contains
necessary name-value pairs, such as a Subject
object.
SoapSecurityException
- When there is a problem during consuming the
LTPA tokencom.ibm.ws.webservices.wssecurity.WSSConsumerComponent#invoke(org.w3c.dom.Element, java.util.Map)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |