public class AuthenticationConfig extends Object
AuthenticationModule| Constructor and Description |
|---|
AuthenticationConfig() |
| Modifier and Type | Method and Description |
|---|---|
AuthType |
getAuthType() |
String |
getEnrollEndpoint() |
String |
getLoginEndpoint() |
String |
getLogoutEndpoint() |
void |
setAuthType(AuthType authType) |
void |
setEnrollEndpoint(String enrollEndpoint) |
void |
setLoginEndpoint(String loginEndpoint) |
void |
setLogoutEndpoint(String logoutEndpoint) |
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)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.