public class PolicyMappingConfig extends Object
Modifier and Type | Field and Description |
---|---|
Optional<List<String>> |
methods
The methods that this permission set applies to.
|
Optional<List<String>> |
paths
The paths that this permission check applies to.
|
String |
policy
The HTTP policy that this permission set is linked to.
|
Constructor and Description |
---|
PolicyMappingConfig() |
@ConfigItem public String policy
@ConfigItem public Optional<List<String>> methods
@ConfigItem public Optional<List<String>> paths
Copyright © 2020 JBoss by Red Hat. All rights reserved.