public class AuthenticationPolicyBuilder extends java.lang.Object implements QoSPolicyBuilder
| Constructor and Description |
|---|
AuthenticationPolicyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationPolicyInterceptor |
createInboundInterceptor() |
QoSPolicy |
createInboundPolicy() |
QoSPolicy |
createInboundPolicy(java.lang.Object addInfo) |
AuthenticationPolicyInterceptor |
createInOutboundInterceptor() |
QoSPolicy |
createInOutboundPolicy() |
QoSPolicy |
createInOutboundPolicy(java.lang.Object addInfo) |
AuthenticationPolicyInterceptor |
createOutboundInterceptor() |
AuthenticationPolicy |
createOutboundPolicy() |
AuthenticationPolicy |
createOutboundPolicy(java.lang.Object addInfo) |
WSDLAssertionParser |
createParser() |
WSDLAssertionSerializer |
createSerializer() |
org.ws4d.java.types.QName |
getInboundAssertionElementName() |
java.lang.Class<?> |
getInboundPolicyClass() |
org.ws4d.java.types.QName |
getInOutboundAssertionElementName() |
java.lang.Class<?> |
getInOutboundPolicyClass() |
org.ws4d.java.types.QName |
getOutboundAssertionElementName() |
java.lang.Class<?> |
getOutboundPolicyClass() |
public AuthenticationPolicyInterceptor createInboundInterceptor()
createInboundInterceptor in interface QoSPolicyBuilderpublic AuthenticationPolicyInterceptor createOutboundInterceptor()
createOutboundInterceptor in interface QoSPolicyBuilderpublic AuthenticationPolicyInterceptor createInOutboundInterceptor()
createInOutboundInterceptor in interface QoSPolicyBuilderpublic java.lang.Class<?> getInboundPolicyClass()
getInboundPolicyClass in interface QoSPolicyBuilderpublic java.lang.Class<?> getInOutboundPolicyClass()
getInOutboundPolicyClass in interface QoSPolicyBuilderpublic java.lang.Class<?> getOutboundPolicyClass()
getOutboundPolicyClass in interface QoSPolicyBuilderpublic WSDLAssertionSerializer createSerializer()
createSerializer in interface QoSPolicyBuilderpublic org.ws4d.java.types.QName getInboundAssertionElementName()
getInboundAssertionElementName in interface QoSPolicyBuilderpublic org.ws4d.java.types.QName getOutboundAssertionElementName()
getOutboundAssertionElementName in interface QoSPolicyBuilderpublic org.ws4d.java.types.QName getInOutboundAssertionElementName()
getInOutboundAssertionElementName in interface QoSPolicyBuilderpublic WSDLAssertionParser createParser()
createParser in interface QoSPolicyBuilderpublic QoSPolicy createInboundPolicy()
createInboundPolicy in interface QoSPolicyBuilderpublic QoSPolicy createInboundPolicy(java.lang.Object addInfo)
createInboundPolicy in interface QoSPolicyBuilderpublic QoSPolicy createInOutboundPolicy()
createInOutboundPolicy in interface QoSPolicyBuilderpublic QoSPolicy createInOutboundPolicy(java.lang.Object addInfo)
createInOutboundPolicy in interface QoSPolicyBuilderpublic AuthenticationPolicy createOutboundPolicy()
createOutboundPolicy in interface QoSPolicyBuilderpublic AuthenticationPolicy createOutboundPolicy(java.lang.Object addInfo)
createOutboundPolicy in interface QoSPolicyBuilder