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)
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 |
STSIssuingLoginModule.invokeSTS(STSClient stsClient)
This method will issue a token for the configured user.
|
abstract Element |
AbstractSTSLoginModule.invokeSTS(STSClient stsclient) |
Element |
STSValidatingLoginModule.invokeSTS(STSClient stsClient)
This method will validate the token with the configured STS.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.