Java org.springframework.security.core.token Token fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.core.token Token fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.core.token Token.

The text is from its open source code.

Implementation

org.springframework.security.core.token.Token has the following implementations.
Click this link to see all its implementation.

Method

StringgetExtendedInformation()
Obtains the extended information associated within the token, which was presented when the token was first created.
StringgetKey()
Obtains the randomised, secure key assigned to this token.
longgetKeyCreationTime()
The time the token key was initially created is available from this method.