Package io.undertow.servlet.api
Class SingleConstraintMatch
- java.lang.Object
-
- io.undertow.servlet.api.SingleConstraintMatch
-
public class SingleConstraintMatch extends Object
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
Constructors Constructor Description SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic, Set<String> requiredRoles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityInfo.EmptyRoleSemanticgetEmptyRoleSemantic()Set<String>getRequiredRoles()StringtoString()
-
-
-
Constructor Detail
-
SingleConstraintMatch
public SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic, Set<String> requiredRoles)
-
-