|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use STSClientException | |
---|---|
com.pingidentity.sts.clientapi | Main client SDK classes, exceptions, and constants. |
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. |
com.pingidentity.sts.clientapi.protocol | Interfaces and data classes used for parsing WS-Trst messages and interactions with the PingFederate STS endpoint. |
com.pingidentity.sts.clientapi.utils | Various utility classes used internally by the PingFederate STS Client SDK. |
Uses of STSClientException in com.pingidentity.sts.clientapi |
---|
Methods in com.pingidentity.sts.clientapi that throw STSClientException | |
---|---|
org.w3c.dom.Element |
STSClient.issueToken(java.lang.String tokenData)
Sends an RST request to the STS server. |
org.w3c.dom.Element |
STSClient.issueToken(java.lang.String username,
java.lang.String password)
Sends an RST request to the STS server. |
org.w3c.dom.Element |
STSClient.issueToken(Token token)
Sends an RST request to the STS server. |
org.w3c.dom.Element |
STSClient.issueToken(javax.security.auth.x500.X500PrivateCredential credential)
Sends an RST request to the STS server. |
STSResponse |
STSClient.makeRequest(RequestSecurityTokenData rstData,
org.w3c.dom.Element token,
java.lang.Object requestorCredentials,
java.lang.String tokenType)
|
STSResponse |
STSClient.makeRequest(RequestSecurityTokenData rstData,
org.w3c.dom.Element token,
java.lang.Object requestorCredentials,
java.lang.String tokenType,
boolean embeddedToken)
Sends the RST request to the STS server. |
STSResponse |
STSClient.makeRequest(RequestSecurityTokenData rstData,
org.w3c.dom.Element token,
java.lang.Object requestorCredentials,
java.lang.String tokenType,
javax.security.auth.x500.X500PrivateCredential credential)
Sends the RST request to the STS server. |
STSResponse |
STSClient.makeRequest(RequestSecurityTokenData rstData,
org.w3c.dom.Element token,
java.lang.Object requestorCredentials,
java.lang.String tokenType,
javax.security.auth.x500.X500PrivateCredential credential,
boolean useEmbeddedToken)
Sends the RST request to the STS server. |
boolean |
STSClient.validateToken(SamlToken token)
Validates a given token on the PingFederate server. |
Uses of STSClientException in com.pingidentity.sts.clientapi.authentication |
---|
Methods in com.pingidentity.sts.clientapi.authentication that throw STSClientException | |
---|---|
void |
X509Authentication.addCredentials(STSMessage stsMessage)
|
void |
WSSEAuthentication.addCredentials(STSMessage stsMessage)
|
void |
SoapAuthentication.addCredentials(STSMessage stsMessage)
Adds the credentials to the stsMessage . |
Uses of STSClientException in com.pingidentity.sts.clientapi.model |
---|
Methods in com.pingidentity.sts.clientapi.model that throw STSClientException | |
---|---|
void |
Timestamp.setXml(org.w3c.dom.Element tokenRoot)
Sets Timestamp data elements from the provided XML element |
Uses of STSClientException in com.pingidentity.sts.clientapi.protocol |
---|
Methods in com.pingidentity.sts.clientapi.protocol that throw STSClientException | |
---|---|
void |
STSMessage.addSecurityToken(org.w3c.dom.Element token)
Adds a security token to the message. |
void |
STSMessage.createRstElement(RequestSecurityTokenData rstData,
org.w3c.dom.Element token)
Creates RST. |
void |
STSMessage.createRstElement(RequestSecurityTokenData rstData,
org.w3c.dom.Element token,
java.lang.String tokenType,
SecurityTokenReferenceFactory referenceFactory)
Creates RST. |
java.lang.String |
KeyIdentifierTokenReference.IdProvider.obtainId(org.w3c.dom.Element token)
Creates or gets the ID for referencing the token |
java.lang.String |
KeyIdentifierTokenReference.SamlIdProvider.obtainId(org.w3c.dom.Element token)
|
org.w3c.dom.Element |
STSResponseParser.parse(java.io.InputStream respStream,
java.security.cert.X509Certificate stsCertificate)
|
void |
SecurityTokenReference.referenceToken(com.pingidentity.sts.commonutils.xml.easydom.XElement element,
org.w3c.dom.Element token)
Adds the SecurityTokenReference Element to the element that references the token |
void |
KeyIdentifierTokenReference.referenceToken(com.pingidentity.sts.commonutils.xml.easydom.XElement element,
org.w3c.dom.Element token)
|
void |
STSMessage.sign(javax.security.auth.x500.X500PrivateCredential credential,
java.lang.String certTokenId)
Signs the message with given credential. |
org.w3c.dom.Document |
STSMessage.toDocument()
Returns DOM presentation of the message. |
Constructors in com.pingidentity.sts.clientapi.protocol that throw STSClientException | |
---|---|
STSMessage(java.lang.String wsaAction)
Creates STSMessage. |
|
STSMessage(java.lang.String wsaAction,
int wsseCreatedOffset,
int wsseLifetime)
Creates STSMessage. |
Uses of STSClientException in com.pingidentity.sts.clientapi.utils |
---|
Methods in com.pingidentity.sts.clientapi.utils that throw STSClientException | |
---|---|
static org.w3c.dom.Element |
XPathEngine.getElement(org.w3c.dom.Element root,
java.lang.String xpathExpr,
boolean isRequired,
java.lang.String friendlyName)
|
java.io.InputStream |
WSClient.request(org.w3c.dom.Element soapEnvelope,
java.lang.String userName,
java.lang.String password,
ClientCertificateAuthentication clientCertificateAuthentication,
boolean ignoreSSLTrustErrors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |