org.springframework.security.oauth.consumer
Interface ProtectedResourceDetailsService

All Known Implementing Classes:
InMemoryProtectedResourceDetailsService

public interface ProtectedResourceDetailsService

Service for loading protected resource details.

Author:
Ryan Heaton

Method Summary
 ProtectedResourceDetails loadProtectedResourceDetailsById(java.lang.String id)
          Load the details of a protected resource by id.
 

Method Detail

loadProtectedResourceDetailsById

ProtectedResourceDetails loadProtectedResourceDetailsById(java.lang.String id)
                                                          throws java.lang.IllegalArgumentException
Load the details of a protected resource by id.

Parameters:
id - The id.
Returns:
The protected resource details.
Throws:
java.lang.IllegalArgumentException - If there are no details available for the given id.


Copyright © 2008. All Rights Reserved.