Class JwtAuthorityManagedObjectSource.TimeWindow
- java.lang.Object
-
- net.officefloor.web.jwt.authority.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.
-