|
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.auth.callback.WSSContextCallback
public class WSSContextCallback
The WSSContextCallback
allows a Web services security Context object to be gathered by
CallbackHandler
and pass it to the LoginModule
stack.
CallbackHandler
,
TokenPropagationCallbackHandler
Constructor Summary | |
---|---|
WSSContextCallback(java.util.Map context)
Construct a WSSContextCallback object with a Web services security
context instance. |
Method Summary | |
---|---|
java.util.Map |
getContext()
Return the Web services security context. |
void |
setContext(java.util.Map context)
Set the Web services security context. |
java.lang.String |
toString()
Returns the name of the Callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WSSContextCallback(java.util.Map context)
Construct a WSSContextCallback
object with a Web services security
context instance.
Context
- contextMethod Detail |
---|
public void setContext(java.util.Map context)
Set the Web services security context.
context:
- The Web services security context.public java.util.Map getContext()
Return the Web services security context. If the context instance set in
constructor is null
, then null
is returned.
null
.public java.lang.String toString()
Returns the name of the Callback. Typically, it is the name of the class.
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |