public abstract class AbstractAuthenticationModuleRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected URL |
baseURL |
protected String |
enrollEndpoint |
protected URL |
enrollURL |
protected Provider<HttpProvider> |
httpProviderFactory |
protected String |
loginEndpoint |
protected URL |
loginURL |
protected String |
logoutEndpoint |
protected URL |
logoutURL |
protected Integer |
timeout |
| Constructor and Description |
|---|
AbstractAuthenticationModuleRunner(URL baseURL,
AuthenticationConfig config) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getBaseURI() |
URL |
getBaseURL() |
String |
getEnrollEndpoint() |
String |
getLoginEndpoint() |
String |
getLogoutEndpoint() |
protected final URL baseURL
protected final String enrollEndpoint
protected final URL enrollURL
protected final Provider<HttpProvider> httpProviderFactory
protected final String loginEndpoint
protected final URL loginURL
protected final String logoutEndpoint
protected final URL logoutURL
protected final Integer timeout
public AbstractAuthenticationModuleRunner(URL baseURL, AuthenticationConfig config)
baseURL - config - IllegalArgumentException - if an endpoint can not be appended to
baseURLCopyright © 2013 JBoss by Red Hat. All Rights Reserved.