Package com.nettoolkit.shibboleth
Class ShibbolethClient
java.lang.Object
com.nettoolkit.internal.NetToolKitClient
com.nettoolkit.shibboleth.ShibbolethClient
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.nettoolkit.internal.NetToolKitClient
mbUseHttps, mHttpClient, miTimeout, mstrApiKey -
Constructor Summary
ConstructorsConstructorDescriptionShibbolethClient(String strApiKey) ShibbolethClient(String strApiKey, boolean bUseHttps) -
Method Summary
Modifier and TypeMethodDescriptioncreateCaptcha(String strOptions, String strIpAddress) booleanverifyCaptcha(String strId, String strSubmittedKey, String options) Methods inherited from class com.nettoolkit.internal.NetToolKitClient
buildUrl, getApiKey, getBaseUrl, getFirstResult, getHostname, getProtocol, getResults, getTimeout, getUseHttps, parseResponse, send, sendDelete, sendDelete, sendGet, sendGet, sendHttpRequest, sendPost, sendPost, sendPost, sendPut, sendPut, sendPut, setApiKey, setTimeout, setUseHttps
-
Constructor Details
-
ShibbolethClient
-
ShibbolethClient
-
-
Method Details
-
createCaptcha
- Throws:
NetToolKitException
-
verifyCaptcha
public boolean verifyCaptcha(String strId, String strSubmittedKey, String options) throws NetToolKitException - Throws:
NetToolKitException
-