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