Skip to content

Instantly share code, notes, and snippets.

@tzolov
Created January 19, 2012 05:36
Show Gist options
  • Save tzolov/1638197 to your computer and use it in GitHub Desktop.
Save tzolov/1638197 to your computer and use it in GitHub Desktop.
Test Java Snippet
public interface Oauth2ClientOperations {
String SECURITY_FILTER_NAME = "springSecurityFilterChain";
boolean isOAuthClientInstallationPossible();
void installOAuthClient(String authorizationServerUri, String protectedResourceUri);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment