|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |