Class JwtKeyLoader$


  • public class JwtKeyLoader$
    extends java.lang.Object
    INTERNAL API

    Loads a key from a directory.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JwtKeyLoader$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      JwtKeyLoader$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JwtSupport.JwtAlgorithmSecret loadKey​(java.lang.String keyId, pdi.jwt.JwtAlgorithm algorithm, com.typesafe.config.Config secretConfig)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final JwtKeyLoader$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • JwtKeyLoader$

        public JwtKeyLoader$()
    • Method Detail

      • loadKey

        public JwtSupport.JwtAlgorithmSecret loadKey​(java.lang.String keyId,
                                                     pdi.jwt.JwtAlgorithm algorithm,
                                                     com.typesafe.config.Config secretConfig)