Class SecurityPathMatch
- java.lang.Object
-
- io.undertow.servlet.handlers.security.SecurityPathMatch
-
public class SecurityPathMatch extends Object
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleConstraintMatchgetMergedConstraint()TransportGuaranteeTypegetTransportGuaranteeType()
-
-
-
Method Detail
-
getTransportGuaranteeType
public TransportGuaranteeType getTransportGuaranteeType()
-
getMergedConstraint
public SingleConstraintMatch getMergedConstraint()
-
-