org.jboss.aerogear.android.authentication.impl
Class AbstractAuthenticationModuleRunner
java.lang.Object
org.jboss.aerogear.android.authentication.impl.AbstractAuthenticationModuleRunner
- Direct Known Subclasses:
- DigestAuthenticationModuleRunner
public abstract class AbstractAuthenticationModuleRunner
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseURL
protected final URL baseURL
enrollEndpoint
protected final String enrollEndpoint
enrollURL
protected final URL enrollURL
httpProviderFactory
protected final Provider<HttpProvider> httpProviderFactory
loginEndpoint
protected final String loginEndpoint
loginURL
protected final URL loginURL
logoutEndpoint
protected final String logoutEndpoint
logoutURL
protected final URL logoutURL
timeout
protected final Integer timeout
AbstractAuthenticationModuleRunner
public AbstractAuthenticationModuleRunner(URL baseURL,
AuthenticationConfig config)
- Parameters:
baseURL - config -
- Throws:
IllegalArgumentException - if an endpoint can not be appended to
baseURL
getBaseURL
public URL getBaseURL()
getBaseURI
public URI getBaseURI()
getEnrollEndpoint
public String getEnrollEndpoint()
getLoginEndpoint
public String getLoginEndpoint()
getLogoutEndpoint
public String getLogoutEndpoint()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.