public class AuthConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
authMechanism
The authentication mechanism
|
String |
realmName
The authentication mechanism
|
| Constructor and Description |
|---|
AuthConfig() |
AuthConfig(String authMechanism,
String realmName,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthMechanism() |
String |
getRealmName() |
Class<?> |
getType() |
void |
setAuthMechanism(String authMechanism) |
void |
setRealmName(String realmName) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.