public class AuthenticationConfig extends Object
AuthenticationModule| Constructor and Description |
|---|
AuthenticationConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
getAuthType() |
String |
getEnrollEndpoint() |
String |
getLoginEndpoint() |
String |
getLogoutEndpoint() |
Integer |
getTimeout()
Timeout is the length of time in milliseconds that a Module will wait for a
response from a call to login, logout, or enroll
|
void |
setAuthType(AuthType authType) |
void |
setEnrollEndpoint(String enrollEndpoint) |
void |
setLoginEndpoint(String loginEndpoint) |
void |
setLogoutEndpoint(String logoutEndpoint) |
void |
setTimeout(Integer timeout)
Timeout is the length of time in milliseconds that a Module will wait for a
response from a call to login, logout, or enroll
|
public String getLoginEndpoint()
public void setLoginEndpoint(String loginEndpoint)
public String getLogoutEndpoint()
public void setLogoutEndpoint(String logoutEndpoint)
public String getEnrollEndpoint()
public void setEnrollEndpoint(String enrollEndpoint)
public AuthType getAuthType()
public void setAuthType(AuthType authType)
public Integer getTimeout()
public void setTimeout(Integer timeout)
timeout - the current timeout.Copyright © 2014 JBoss by Red Hat. All rights reserved.