StsClientApi

STSClientConfiguration Members

STSClientConfiguration overview

Public Instance Fields

appliesTo The AppliesTo value to be put into RequestSecurityToken/AppliesTo/EndpointReference/Address element
clientCertificate Credentials to use when using client certificate HTTP transport authentication
embeddedToken Defines where to put the token: in the RST (embedded) or in the Message Security Header (referenced)
ignoreSSLTrustErrors When set to 'true', certificate trust errors will be ignored by the HTTPS protocol. Used primarily for testing with STS endpoints with self-signed SSL certificates.
inTokenValueType Value type of the token being sent to the STS. For example, when sending an OpenToken, use TokenType.OPENTOKEN constant via STSConfiguration in conjunction with STSClient.IssueToken(String tokenData)
outTokenType Type of token to be issued by the STS
outTokenValueType Type of token to be issued by the STS when using a BinaryTokenType. For example, with OpenToken is transported via a BinarySecurityToken and has a value type of "urn:pingidentity:opentoken"
requestParameters Can hold request parameters
stsEndpoint The STS Endpoint
systemAuthPassword Password to use when using HTTP basic transport authentication
systemAuthType The type of HTTP transport authentication to use for the STS endpoint
systemAuthUsername Username to use when using HTTP basic transport authentication

Public Instance Methods

Equals (inherited from ValueType)Indicates whether this instance and a specified object are equal.
GetHashCode (inherited from ValueType)Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from ValueType)Returns the fully qualified type name of this instance.

See Also

STSClientConfiguration Class | com.pingidentity.Security.STS.Client Namespace