Package org.gatein.sso.plugin
Class RestCallbackCaller
- java.lang.Object
-
- org.gatein.sso.plugin.RestCallbackCaller
-
public class RestCallbackCaller extends Object
Object, which runs on SSO server side (CAS, OpenAM) and is used to help with connection to GateIn via REST- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description RestCallbackCaller(String callbackURL, String httpMethod)RestCallbackCaller(String protocol, String host, String port, String pathContext, String httpMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecuteRemoteCall(String username, String password)StringtoString()
-