Class JwtAuthorityManagedObjectSource.TimeWindow

  • Enclosing class:
    JwtAuthorityManagedObjectSource

    protected static class JwtAuthorityManagedObjectSource.TimeWindow
    extends java.lang.Object
    Time window to determine appropriate token.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TimeWindow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setExp​(java.lang.Long exp)
      Specifies the expire.
      void setNbf​(java.lang.Long nbf)
      Specifies the not before.
      • Methods inherited from class java.lang.Object

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

      • TimeWindow

        protected TimeWindow()
    • Method Detail

      • setNbf

        public void setNbf​(java.lang.Long nbf)
        Specifies the not before.
        Parameters:
        nbf - Not before.
      • setExp

        public void setExp​(java.lang.Long exp)
        Specifies the expire.
        Parameters:
        exp - Expires.