Package org.springframework.security.oauth2.provider.endpoint

Interface Summary
RedirectResolver Basic interface for determining the redirect URI for a user agent.
 

Class Summary
AbstractEndpoint  
AuthorizationEndpoint Implementation of the Authorization Endpoint from the OAuth2 specification.
DefaultRedirectResolver Default implementation for a redirect resolver.
ExactMatchRedirectResolver Strict implementation for a redirect resolver which requires an exact match between the registered and requested redirect_uri.
FrameworkEndpointHandlerMapping A handler mapping for framework endpoints (those annotated with @FrameworkEndpoint).
TokenEndpoint Endpoint for token requests as described in the OAuth2 spec.
TokenEndpointAuthenticationFilter An optional authentication filter for the TokenEndpoint.
WhitelabelApprovalEndpoint Controller for displaying the approval and error pages for the authorization server.
 

Annotation Types Summary
FrameworkEndpoint Synonym for @Controller but only used for endpoints provided by the framework (so it never clashes with user's own endpoints defined with @Controller).
 



Copyright © 2013. All rights reserved.