Package org.jboss.wsf.spi.security
Interface ClientConfigProvider
-
public interface ClientConfigProviderInterface to enable configuration of authentication properties on the client side.- Author:
- dvilkola@redhat.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_HTTP_MECHANISMstatic StringCLIENT_PASSWORDstatic StringCLIENT_PROVIDER_CONFIGUREDstatic StringCLIENT_SSL_CONTEXTstatic StringCLIENT_USERNAMEstatic StringCLIENT_WS_SECURITY_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientConfigconfigure(ClientConfig config, jakarta.xml.ws.BindingProvider bindingProvider)
-
-
-
Field Detail
-
CLIENT_PROVIDER_CONFIGURED
static final String CLIENT_PROVIDER_CONFIGURED
- See Also:
- Constant Field Values
-
CLIENT_USERNAME
static final String CLIENT_USERNAME
- See Also:
- Constant Field Values
-
CLIENT_PASSWORD
static final String CLIENT_PASSWORD
- See Also:
- Constant Field Values
-
CLIENT_HTTP_MECHANISM
static final String CLIENT_HTTP_MECHANISM
- See Also:
- Constant Field Values
-
CLIENT_WS_SECURITY_TYPE
static final String CLIENT_WS_SECURITY_TYPE
- See Also:
- Constant Field Values
-
CLIENT_SSL_CONTEXT
static final String CLIENT_SSL_CONTEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
ClientConfig configure(ClientConfig config, jakarta.xml.ws.BindingProvider bindingProvider) throws ClientConfigException
- Throws:
ClientConfigException
-
-