AppClientContainer.Builder |
AppClientContainer.Builder.addMessageSecurityConfig(org.glassfish.appclient.client.acc.config.MessageSecurityConfig msConfig) |
Adds an optional MessageSecurityConfig setting.
|
AppClientContainer.Builder |
AppClientContainer.Builder.authRealm(String className) |
Sets the optional authentication realm for the ACC.
|
AppClientContainer.Builder |
AppClientContainer.Builder.clientCredentials(String user,
char[] password) |
Sets the optional client credentials to be used during authentication to the
back-end.
|
AppClientContainer.Builder |
AppClientContainer.Builder.clientCredentials(String user,
char[] password,
String realm) |
Sets the optional client credentials and server-side realm to be used during
authentication to the back-end.
|
AppClientContainer.Builder |
AppClientContainer.Builder.containerProperties(List<org.glassfish.appclient.client.acc.config.Property> containerProperties) |
Sets the container-level properties.
|
AppClientContainer.Builder |
AppClientContainer.Builder.containerProperties(Properties containerProperties) |
Sets the container-level Properties.
|
AppClientContainer.Builder |
AppClientContainer.Builder.logger(Logger logger) |
Sets the logger which the ACC should use as it runs.
|
static AppClientContainer.Builder |
AppClientContainer.newBuilder(org.glassfish.appclient.client.acc.config.TargetServer[] targetServers) |
Creates a new ACC builder object, preset with the specified
target servers.
|
AppClientContainer.Builder |
AppClientContainer.Builder.sendPassword(boolean sendPassword) |
Sets whether the ACC should send the password to the server during
authentication.
|