Package io.undertow.servlet.api
Class SingleConstraintMatch
java.lang.Object
io.undertow.servlet.api.SingleConstraintMatch
Representation of a single security constrain matched for a single request.
When performing any authentication/authorization check every constraint MUST be satisfied for the request to be allowed to
proceed.
- Author:
- Darran Lofthouse
-
Constructor Summary
ConstructorsConstructorDescriptionSingleConstraintMatch
(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic, Set<String> requiredRoles) -
Method Summary
-
Constructor Details
-
SingleConstraintMatch
public SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic, Set<String> requiredRoles)
-
-
Method Details