| Modifier and Type | Method and Description |
|---|---|
protected STSClient |
SAML2STSCommonLoginModule.getSTSClient()
Get the
STSClient object with which we can make calls to the STS |
| Modifier and Type | Method and Description |
|---|---|
STSClient |
STSClientPoolFactory.getClient(STSClientConfig config)
Get STSClient from sub pool denoted by config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
STSClientPoolFactory.returnClient(STSClient stsClient)
Returns given
STSClient back to the sub pool of clients. |
| Modifier and Type | Method and Description |
|---|---|
STSClient |
STSClientFactory.create(STSClientConfig config)
This method creates STS client directly without pooling based on STSClient config.
|
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 |
|---|---|
Element |
STSValidatingLoginModule.invokeSTS(STSClient stsClient)
This method will validate the token with the configured STS.
|
Element |
STSIssuingLoginModule.invokeSTS(STSClient stsClient)
This method will issue a token for the configured user.
|
abstract Element |
AbstractSTSLoginModule.invokeSTS(STSClient stsclient) |
| Modifier and Type | Class and Description |
|---|---|
class |
JBWSTokenIssuingLoginModule.JBWSTokenClient |
| Modifier and Type | Method and Description |
|---|---|
protected STSClient |
JBWSTokenIssuingLoginModule.createWSTrustClient(STSClientConfig config) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.