|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.security.oauth.pkce.PKCEGeneratorFactory
public class PKCEGeneratorFactory
A factory that supports getting a PKCEGenerator
implementation for
a given CodeChallengeMethod
.
Method Summary | |
---|---|
static PKCEGenerator |
getPKCEGenerator(CodeChallengeMethod codeChallengeMethod)
Returns a PKCEGenerator that supports the given CodeChallengeMethod . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PKCEGenerator getPKCEGenerator(CodeChallengeMethod codeChallengeMethod)
PKCEGenerator
that supports the given CodeChallengeMethod
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |