Package edu.ksu.lti.launch.oauth
Class LtiOAuthAuthenticationHandler
- java.lang.Object
-
- edu.ksu.lti.launch.oauth.LtiOAuthAuthenticationHandler
-
- All Implemented Interfaces:
org.springframework.security.oauth.provider.OAuthAuthenticationHandler
@Component public class LtiOAuthAuthenticationHandler extends Object implements org.springframework.security.oauth.provider.OAuthAuthenticationHandler
-
-
Constructor Summary
Constructors Constructor Description LtiOAuthAuthenticationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.AuthenticationcreateAuthentication(javax.servlet.http.HttpServletRequest request, org.springframework.security.oauth.provider.ConsumerAuthentication consumerAuthentication, org.springframework.security.oauth.provider.token.OAuthAccessProviderToken authToken)
-
-
-
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:
createAuthenticationin interfaceorg.springframework.security.oauth.provider.OAuthAuthenticationHandler
-
-