Package | Description |
---|---|
org.picketlink.identity.federation.core.wstrust | |
org.picketlink.identity.federation.core.wstrust.auth |
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) |
Copyright © 2017 JBoss Inc.. All rights reserved.