AeroGear Android Authentication Library 2.0.0-alpha.1
- java.lang.Object
-
- org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AbstractAuthenticationModuleRunner
public AbstractAuthenticationModuleRunner(URL baseURL,
String loginEndpoint,
String logoutEndpoint,
String enrollEndpoint,
Integer timeout)
- Parameters:
baseURL - the url that all of the other URLs (enroll, login, etc) will be appended to.
loginEndpoint - the login Endpoint
logoutEndpoint - the logout Endpoint
enrollEndpoint - the enrollEndpoint
timeout - the timeout
- Throws:
IllegalArgumentException - if an endpoint can not be appended to
baseURL
-
Method Detail
-
getBaseURL
public URL getBaseURL()
-
getBaseURI
public URI getBaseURI()
AeroGear Android Authentication Library 2.0.0-alpha.1
Copyright © 2014 JBoss by Red Hat. All rights reserved.