Class LtiOAuthAuthenticationHandler

  • All Implemented Interfaces:
    org.springframework.security.oauth.provider.OAuthAuthenticationHandler

    @Component
    public class LtiOAuthAuthenticationHandler
    extends Object
    implements org.springframework.security.oauth.provider.OAuthAuthenticationHandler
    • Constructor Detail

      • LtiOAuthAuthenticationHandler

        public LtiOAuthAuthenticationHandler()
    • Method Detail

      • createAuthentication

        public org.springframework.security.core.Authentication createAuthentication​(javax.servlet.http.HttpServletRequest request,
                                                                                     org.springframework.security.oauth.provider.ConsumerAuthentication consumerAuthentication,
                                                                                     org.springframework.security.oauth.provider.token.OAuthAccessProviderToken authToken)
        Specified by:
        createAuthentication in interface org.springframework.security.oauth.provider.OAuthAuthenticationHandler