Class SpringSecurityOAuth2Provider

    • Constructor Detail

      • SpringSecurityOAuth2Provider

        public SpringSecurityOAuth2Provider​(org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping oauth2EndpointHandlerMapping)
        Instantiates a new Spring security o auth 2 provider.
        Parameters:
        oauth2EndpointHandlerMapping - the oauth 2 endpoint handler mapping
    • Method Detail

      • getOauth2EndpointHandlerMapping

        public org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping getOauth2EndpointHandlerMapping()
        Gets oauth 2 endpoint handler mapping.
        Returns:
        the oauth 2 endpoint handler mapping
      • getHandlerMethods

        public Map<org.springframework.web.servlet.mvc.method.RequestMappingInfo,​org.springframework.web.method.HandlerMethod> getHandlerMethods()
        Specified by:
        getHandlerMethods in interface SecurityOAuth2Provider