Class TokenExchangeResponseCustomizer

java.lang.Object
swiss.trustbroker.oidc.TokenExchangeResponseCustomizer
All Implemented Interfaces:
org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext>

public class TokenExchangeResponseCustomizer extends Object implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext>
  • Constructor Details

  • Method Details

    • customize

      public void customize(org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext context)
      Specified by:
      customize in interface org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer<org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext>