Class NumericTokenProvider
java.lang.Object
com.predic8.membrane.core.interceptor.authentication.session.NumericTokenProvider
- All Implemented Interfaces:
TokenProvider
- Direct Known Subclasses:
EmailTokenProvider,SMSTokenProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgenerateToken(Map<String, String> userAttributes) voidverifyToken(Map<String, String> userAttributes, String token) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.predic8.membrane.core.interceptor.authentication.session.TokenProvider
init, requestToken
-
Constructor Details
-
NumericTokenProvider
public NumericTokenProvider()
-
-
Method Details
-
generateToken
-
verifyToken
- Specified by:
verifyTokenin interfaceTokenProvider
-