Package | Description |
---|---|
org.mitre.oauth2.model | |
org.mitre.oauth2.model.convert | |
org.mitre.util |
Modifier and Type | Field and Description |
---|---|
static PKCEAlgorithm |
PKCEAlgorithm.plain |
static PKCEAlgorithm |
PKCEAlgorithm.S256 |
Modifier and Type | Method and Description |
---|---|
PKCEAlgorithm |
ClientDetailsEntity.getCodeChallengeMethod() |
PKCEAlgorithm |
RegisteredClient.getCodeChallengeMethod() |
static PKCEAlgorithm |
PKCEAlgorithm.parse(String s) |
Modifier and Type | Method and Description |
---|---|
void |
ClientDetailsEntity.setCodeChallengeMethod(PKCEAlgorithm codeChallengeMethod) |
void |
RegisteredClient.setCodeChallengeMethod(PKCEAlgorithm codeChallengeMethod) |
Modifier and Type | Method and Description |
---|---|
PKCEAlgorithm |
PKCEAlgorithmStringConverter.convertToEntityAttribute(String dbData) |
Modifier and Type | Method and Description |
---|---|
String |
PKCEAlgorithmStringConverter.convertToDatabaseColumn(PKCEAlgorithm attribute) |
Modifier and Type | Method and Description |
---|---|
static PKCEAlgorithm |
JsonUtils.getAsPkceAlgorithm(com.google.gson.JsonObject o,
String member)
Gets the value of the given member as a PKCE Algorithm, null if it doesn't exist
|
Copyright © 2018. All rights reserved.