org.pfsw.security.oauth.pkce
Class PKCEGeneratorFactory

java.lang.Object
  extended by org.pfsw.security.oauth.pkce.PKCEGeneratorFactory

public class PKCEGeneratorFactory
extends java.lang.Object

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

getPKCEGenerator

public static PKCEGenerator getPKCEGenerator(CodeChallengeMethod codeChallengeMethod)
Returns a PKCEGenerator that supports the given CodeChallengeMethod.