.addWebResourceCollection(new WebResourceCollection()
.addUrlPattern("/integral"))
.setTransportGuaranteeType(TransportGuaranteeType.INTEGRAL)
.setEmptyRoleSemantic(EmptyRoleSemantic.PERMIT));
info.addSecurityConstraint(new SecurityConstraint()
.addWebResourceCollection(new WebResourceCollection()
.addUrlPattern("/confidential"))
.setTransportGuaranteeType(TransportGuaranteeType.CONFIDENTIAL)
.setEmptyRoleSemantic(EmptyRoleSemantic.PERMIT));