Uses of Class
dev.vality.damsel.proxy_provider.RecurrentTokenSession
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of RecurrentTokenSession in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as RecurrentTokenSession Modifier and Type Field Description RecurrentTokenSessionRecurrentTokenContext. sessionMethods in dev.vality.damsel.proxy_provider that return RecurrentTokenSession Modifier and Type Method Description RecurrentTokenSessionRecurrentTokenSession. deepCopy()RecurrentTokenSessionRecurrentTokenContext. getSession()RecurrentTokenSessionRecurrentTokenSession. setState(byte[] state)RecurrentTokenSessionRecurrentTokenSession. setState(ByteBuffer state)Methods in dev.vality.damsel.proxy_provider with parameters of type RecurrentTokenSession Modifier and Type Method Description intRecurrentTokenSession. compareTo(RecurrentTokenSession other)booleanRecurrentTokenSession. equals(RecurrentTokenSession that)RecurrentTokenContextRecurrentTokenContext. setSession(RecurrentTokenSession session)Constructors in dev.vality.damsel.proxy_provider with parameters of type RecurrentTokenSession Constructor Description RecurrentTokenContext(RecurrentTokenSession session, RecurrentTokenInfo token_info)RecurrentTokenSession(RecurrentTokenSession other)Performs a deep copy on other.