Class AuthenticationManager
- java.lang.Object
-
- g1701_1800.s1797_design_authentication_manager.AuthenticationManager
-
public class AuthenticationManager extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationManager(int timeToLive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
countUnexpiredTokens(int currentTime)
void
generate(String tokenId, int currentTime)
void
renew(String tokenId, int currentTime)
-