org.jboss.wsf.spi.security
Interface ClientConfigProvider
public interface ClientConfigProvider
Interface to enable configuration of authentication properties on the client side.- Author:
- [email protected]
Field Summary
Fields Modifier and Type Field and Description static String
CLIENT_HTTP_MECHANISM
static String
CLIENT_PASSWORD
static String
CLIENT_PROVIDER_CONFIGURED
static String
CLIENT_SSL_CONTEXT
static String
CLIENT_USERNAME
static String
CLIENT_WS_SECURITY_TYPE
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ClientConfig
configure(ClientConfig config, 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, BindingProvider bindingProvider) throws ClientConfigException
- Throws:
ClientConfigException
Copyright © 2020 JBoss, by Red Hat. All rights reserved.