@ConfigRoot(name="smallrye-jwt") public class JWTAuthContextInfoGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
authMechanism
The authentication mechanism
|
boolean |
enabled
The MP-JWT configuration object
|
String |
realmName
The authentication mechanism
|
| Constructor and Description |
|---|
JWTAuthContextInfoGroup() |
@ConfigItem(defaultValue="MP-JWT") public String authMechanism
@ConfigItem(defaultValue="Quarkus-JWT") public String realmName
@ConfigItem(defaultValue="true") public boolean enabled
Copyright © 2019 JBoss by Red Hat. All rights reserved.