|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use STSMessage | |
---|---|
com.pingidentity.sts.clientapi.authentication | Classes for support of various transport and WS-Security authentication mechanisms. |
com.pingidentity.sts.clientapi.model | Data classes used for construction of WS-Trst messages and interactions with the PingFederate STS endpoint. |
Uses of STSMessage in com.pingidentity.sts.clientapi.authentication |
---|
Methods in com.pingidentity.sts.clientapi.authentication with parameters of type STSMessage | |
---|---|
void |
X509Authentication.addCredentials(STSMessage stsMessage)
|
void |
WSSEAuthentication.addCredentials(STSMessage stsMessage)
|
void |
SoapAuthentication.addCredentials(STSMessage stsMessage)
Adds the credentials to the stsMessage . |
Uses of STSMessage in com.pingidentity.sts.clientapi.model |
---|
Methods in com.pingidentity.sts.clientapi.model that return STSMessage | |
---|---|
STSMessage |
STSResponse.getStsMessage()
|
Constructors in com.pingidentity.sts.clientapi.model with parameters of type STSMessage | |
---|---|
STSResponse(RequestSecurityTokenResponse rstr,
STSMessage stsMessage)
Creates a regular STS response |
|
STSResponse(SoapFault soapFault,
STSMessage stsMessage)
Creates a fault STS response |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |