declare namespace javax { namespace servlet { class HttpConstraintElement { public constructor() public constructor(arg0: javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic) public constructor(arg0: javax.servlet.annotation.ServletSecurity$TransportGuarantee, ...arg1: java.lang.String[]) public constructor(arg0: javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic, arg1: javax.servlet.annotation.ServletSecurity$TransportGuarantee, ...arg2: java.lang.String[]) public getEmptyRoleSemantic(): javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic public getTransportGuarantee(): javax.servlet.annotation.ServletSecurity$TransportGuarantee public getRolesAllowed(): java.lang.String[] public static class: java.lang.Class } } }