Class Saml2TokenGenerator

java.lang.Object
swiss.trustbroker.oidc.Saml2TokenGenerator
All Implemented Interfaces:
org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<org.springframework.security.oauth2.core.OAuth2AccessToken>

public class Saml2TokenGenerator extends Object implements org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<org.springframework.security.oauth2.core.OAuth2AccessToken>
  • Constructor Details

  • Method Details

    • generate

      public org.springframework.security.oauth2.core.OAuth2AccessToken generate(org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext context)
      Specified by:
      generate in interface org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<org.springframework.security.oauth2.core.OAuth2AccessToken>