| Package | Description |
|---|---|
| org.keycloak.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityInfo.EmptyRoleSemantic |
ProxyServerBuilder.ApplicationBuilder.ConstraintBuilder.semantic |
| Modifier and Type | Method and Description |
|---|---|
SecurityInfo.EmptyRoleSemantic |
SingleConstraintMatch.getEmptyRoleSemantic() |
SecurityInfo.EmptyRoleSemantic |
SecurityInfo.getEmptyRoleSemantic() |
static SecurityInfo.EmptyRoleSemantic |
SecurityInfo.EmptyRoleSemantic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityInfo.EmptyRoleSemantic[] |
SecurityInfo.EmptyRoleSemantic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityPathMatches.Builder.addSecurityConstraint(Set<String> roles,
SecurityInfo.EmptyRoleSemantic emptyRoleSemantic,
String pattern,
Set<String> httpMethods,
Set<String> excludedMethods) |
T |
SecurityInfo.setEmptyRoleSemantic(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic) |
| Constructor and Description |
|---|
SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic,
Set<String> requiredRoles) |
Copyright © 2014. All Rights Reserved.