| Package | Description |
|---|---|
| org.picketlink.identity.federation.core.wstrust | |
| org.picketlink.identity.federation.core.wstrust.auth |
| Modifier and Type | Method and Description |
|---|---|
STSClient |
STSClientFactory.create(STSClientConfig config)
Deprecated.
|
abstract STSClient |
STSClientCreationCallBack.createClient() |
STSClient |
STSClientPool.getClient(STSClientConfig config)
Get STSClient from sub pool denoted by config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STSClientPool.returnClient(STSClient stsClient)
Returns given
STSClient back to the sub pool of clients. |
| Modifier and Type | Method and Description |
|---|---|
protected STSClient |
AbstractSTSLoginModule.createWSTrustClient(STSClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
abstract Element |
AbstractSTSLoginModule.invokeSTS(STSClient stsclient) |
Element |
STSIssuingLoginModule.invokeSTS(STSClient stsClient)
This method will issue a token for the configured user.
|
Element |
STSValidatingLoginModule.invokeSTS(STSClient stsClient)
This method will validate the token with the configured STS.
|
Copyright © 2024. All rights reserved.