Interface TokenGenerator<T extends org.springframework.security.oauth2.core.AbstractOAuth2Token>
-
public interface TokenGenerator<T extends org.springframework.security.oauth2.core.AbstractOAuth2Token>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Tgenerate()Tgenerate(org.springframework.security.core.Authentication authentication)Generates a globally unique token.
-