|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use STSClientConfiguration.TokenType | |
---|---|
com.pingidentity.sts.clientapi | Main client SDK classes, exceptions, and constants. |
Uses of STSClientConfiguration.TokenType in com.pingidentity.sts.clientapi |
---|
Methods in com.pingidentity.sts.clientapi that return STSClientConfiguration.TokenType | |
---|---|
STSClientConfiguration.TokenType |
STSClientConfiguration.getInTokenType()
Value type of binary token that is desired to be issued by the STS |
STSClientConfiguration.TokenType |
STSClientConfiguration.getInTokenValueType()
Value type of token that is sent to the STS |
STSClientConfiguration.TokenType |
STSClientConfiguration.getOutTokenType()
Type of token that is desired to be issued by the STS |
static STSClientConfiguration.TokenType |
STSClientConfiguration.TokenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static STSClientConfiguration.TokenType[] |
STSClientConfiguration.TokenType.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.TokenType | |
---|---|
void |
STSClientConfiguration.setInTokenType(STSClientConfiguration.TokenType inTokenType)
Type of token that is sent to the STS |
void |
STSClientConfiguration.setInTokenValueType(STSClientConfiguration.TokenType inTokenValueType)
Value type of token that is sent to the STS |
void |
STSClientConfiguration.setOutTokenType(STSClientConfiguration.TokenType outTokenType)
Type of token that is desired to be issued by the STS |
void |
STSClientConfiguration.setOutTokenValueType(STSClientConfiguration.TokenType outTokenValueType)
Value type of binary token that is desired to be issued by the STS |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |