Uses of Class
com.pingidentity.sts.clientapi.STSClientConfiguration.SystemAuthType

Packages that use STSClientConfiguration.SystemAuthType
com.pingidentity.sts.clientapi Main client SDK classes, exceptions, and constants. 
 

Uses of STSClientConfiguration.SystemAuthType in com.pingidentity.sts.clientapi
 

Methods in com.pingidentity.sts.clientapi that return STSClientConfiguration.SystemAuthType
 STSClientConfiguration.SystemAuthType STSClientConfiguration.getSystemAuthType()
          Type of HTTP transport authentication to use with the STS
static STSClientConfiguration.SystemAuthType STSClientConfiguration.SystemAuthType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static STSClientConfiguration.SystemAuthType[] STSClientConfiguration.SystemAuthType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.pingidentity.sts.clientapi with parameters of type STSClientConfiguration.SystemAuthType
 void STSClientConfiguration.setSystemAuthType(STSClientConfiguration.SystemAuthType systemAuthType)
          Type of HTTP transport authentication to use with the STS
 



Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.