Package com.sun.xml.ws.security.policy
Interface CallbackHandlerConfiguration
-
- All Known Implementing Classes:
CallbackHandlerConfiguration
public interface CallbackHandlerConfiguration- Author:
- K.Venugopal@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<? extends PolicyAssertion>getCallbackHandlers()StringgetiterationsForPDK()StringgetTimestampTimeout()StringgetUseXWSSCallbacks()
-
-
-
Method Detail
-
getCallbackHandlers
Iterator<? extends PolicyAssertion> getCallbackHandlers()
-
getTimestampTimeout
String getTimestampTimeout()
-
getUseXWSSCallbacks
String getUseXWSSCallbacks()
-
getiterationsForPDK
String getiterationsForPDK()
-
-