public class AuthenticationModuleConfig
extends org.jboss.pnc.common.json.AbstractModuleConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME |
| Constructor and Description |
|---|
AuthenticationModuleConfig(String username,
String password,
String baseAuthUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseAuthUrl() |
String |
getPassword() |
String |
getUsername() |
void |
setBaseAuthUrl(String baseAuthUrl) |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
public static final String MODULE_NAME
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getBaseAuthUrl()
public void setBaseAuthUrl(String baseAuthUrl)
Copyright © 2014–2018 JBoss by Red Hat. All rights reserved.