public class AuthenticatorConfigEntity extends AbstractIdentifiableEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected Map<String,String> |
config |
id| Constructor and Description |
|---|
AuthenticatorConfigEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
Map<String,String> |
getConfig() |
void |
setAlias(String alias) |
void |
setConfig(Map<String,String> config) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.