Package | Description |
---|---|
io.undertow.servlet.api |
Modifier and Type | Method | Description |
---|---|---|
SecurityInfo.EmptyRoleSemantic |
SecurityInfo.getEmptyRoleSemantic() |
|
SecurityInfo.EmptyRoleSemantic |
SingleConstraintMatch.getEmptyRoleSemantic() |
|
static SecurityInfo.EmptyRoleSemantic |
SecurityInfo.EmptyRoleSemantic.valueOf(java.lang.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 | Description |
---|---|---|
T |
SecurityInfo.setEmptyRoleSemantic(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic) |
Constructor | Description |
---|---|
SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic,
java.util.Set<java.lang.String> requiredRoles) |
Copyright © 2018. All rights reserved.