软件包 org.springframework.security.oauth2.provider.endpoint

接口摘要
RedirectResolver Basic interface for determining the redirect URI for a user agent.
 

类摘要
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.
 

注释类型摘要
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.