Can you please give a complete example? I still cannot figure out how to pass the target object the my function.
Thanks.
Type: Posts; User: davidshen84; Keyword(s):
Can you please give a complete example? I still cannot figure out how to pass the target object the my function.
Thanks.
Hi,
Let's say my code looks like this:
public interface myInterface{
void method1();
}
public class myClass implements myInterface{...}
Hi,
I read the https://github.com/SpringSource/spring-security-oauth/wiki/oauth1 Wiki page. It does not explain the relationships of the elements.
I have experience with OAuth, and I have used...