@Contract
public interface WebServicesDelegate
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthContextID(javax.security.auth.message.MessageInfo messageInfo) |
MessageSecurityBindingDescriptor |
getBinding(ServiceReferenceDescriptor svcRef,
Map properties) |
String |
getDefaultWebServicesProvider() |
Object |
getSOAPMessage(ComponentInvocation inv)
return the SOAP Message from the invocation, to be used by JACC PolicyContextHandler
|
AuthParam |
newSOAPAuthParam(javax.security.auth.message.MessageInfo messageInfo) |
void |
removeListener(ConfigHelper.AuthConfigRegistrationWrapper listener)
remove the registration of the argument listener from the Pipe
|
MessageSecurityBindingDescriptor getBinding(ServiceReferenceDescriptor svcRef, Map properties)
svcRef - The ServiceReferenceDescriptorproperties - The Properties Map passed to WebServices Code Via PipeCreatorvoid removeListener(ConfigHelper.AuthConfigRegistrationWrapper listener)
listener - String getDefaultWebServicesProvider()
String getAuthContextID(javax.security.auth.message.MessageInfo messageInfo)
messageInfo - The MessageInfoAuthParam newSOAPAuthParam(javax.security.auth.message.MessageInfo messageInfo)
messageInfo - TheMessageInfoObject getSOAPMessage(ComponentInvocation inv)
inv - the invocationCopyright © 2017. All rights reserved.