forked from spring-attic/spring-security-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove builder convenience method for ClientDetailsService
The AuthorizationServerEndpointsConfigurer had a clientDetails() method that was supposed to be for internal use (but unfortunately had to be public so it can be called by a class in another package). Without changing the packaging, the safest change at this point (even though it's a public API) is to change the method signature and document it to make it clear that it's not public. Fixes spring-atticgh-336
- Loading branch information
Dave Syer
committed
Dec 17, 2014
1 parent
b86edc8
commit fad4785
Showing
3 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters