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