Modifier and Type | Method and Description |
---|---|
boolean |
STSClientPoolFactory.configExists(STSClientConfig config)
Checks whether given config has already sub pool of clients created.
|
void |
STSClientPoolFactory.createPool(int initialNumberOfClients,
STSClientConfig config)
This method initializes sub pool of clients by given configuration data and returns client from that pool.
|
void |
STSClientPoolFactory.createPool(STSClientConfig config)
This method initializes sub pool of clients by given configuration data and returns client from that pool.
|
void |
STSClientPoolFactory.destroyPool(STSClientConfig config)
Destroys client sub pool denoted by given config.
|
STSClient |
STSClientPoolFactory.getClient(STSClientConfig config)
Get STSClient from sub pool denoted by config.
|
Modifier and Type | Method and Description |
---|---|
STSClientConfig |
STSClientConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
boolean |
STSClientPool.configExists(STSClientConfig config)
Checks whether given config has already sub pool of clients created.
|
STSClient |
STSClientFactory.create(STSClientConfig config)
This method creates STS client directly without pooling based on STSClient config.
|
void |
STSClientPool.createPool(int initialNumberOfClients,
STSClientConfig config)
This method initializes sub pool of clients by given configuration data and returns client from that pool.
|
void |
STSClientPool.createPool(STSClientConfig config)
This method initializes sub pool of clients by given configuration data and returns client from that pool.
|
void |
STSClientPool.destroyPool(STSClientConfig config)
Destroys client sub pool denoted by given config.
|
STSClient |
STSClientPool.getClient(STSClientConfig config)
Get STSClient from sub pool denoted by config.
|
Constructor and Description |
---|
STSClient(STSClientConfig config)
Constructor that creates the
Dispatch for use. |
Modifier and Type | Method and Description |
---|---|
protected STSClientConfig |
AbstractSTSLoginModule.getConfiguration(Map<String,?> options)
This method gives users a chance to override how the
STSClientConfig is created. |
Modifier and Type | Method and Description |
---|---|
protected STSClient |
AbstractSTSLoginModule.createWSTrustClient(STSClientConfig config) |
Modifier and Type | Method and Description |
---|---|
protected STSClient |
JBWSTokenIssuingLoginModule.createWSTrustClient(STSClientConfig config) |
Constructor and Description |
---|
JBWSTokenIssuingLoginModule.JBWSTokenClient(STSClientConfig config) |
JBWSTokenIssuingLoginModule.JBWSTokenClient(STSClientConfig config,
Map<String,? super Object> options) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.