Uses of Class
io.jans.as.model.authorize.CodeVerifier.CodeChallengeMethod
-
Packages that use CodeVerifier.CodeChallengeMethod Package Description io.jans.as.model.authorize -
-
Uses of CodeVerifier.CodeChallengeMethod in io.jans.as.model.authorize
Methods in io.jans.as.model.authorize that return CodeVerifier.CodeChallengeMethod Modifier and Type Method Description static CodeVerifier.CodeChallengeMethodCodeVerifier.CodeChallengeMethod. fromString(String value)CodeVerifier.CodeChallengeMethodCodeVerifier. getTransformationType()static CodeVerifier.CodeChallengeMethodCodeVerifier.CodeChallengeMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeVerifier.CodeChallengeMethod[]CodeVerifier.CodeChallengeMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.as.model.authorize with parameters of type CodeVerifier.CodeChallengeMethod Modifier and Type Method Description static StringCodeVerifier. generateCodeChallenge(CodeVerifier.CodeChallengeMethod codeChallengeMethod, String codeVerifier)static booleanCodeVerifier. matched(String codeChallenge, CodeVerifier.CodeChallengeMethod codeChallengeMethod, String codeVerifier)Constructors in io.jans.as.model.authorize with parameters of type CodeVerifier.CodeChallengeMethod Constructor Description CodeVerifier(CodeVerifier.CodeChallengeMethod transformationType)
-