Interface OAuth2TokenCustomizer<T extends OAuth2TokenContext>

Type Parameters:
T - the type of the context containing the OAuth 2.0 Token attributes
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OAuth2TokenCustomizer<T extends OAuth2TokenContext>
Implementations of this interface are responsible for customizing the OAuth 2.0 Token attributes contained within the OAuth2TokenContext.
Since:
0.1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(T context)
    Customize the OAuth 2.0 Token attributes.
  • Method Details

    • customize

      void customize(T context)
      Customize the OAuth 2.0 Token attributes.
      Parameters:
      context - the context containing the OAuth 2.0 Token attributes