Class SecurityConstraintMetaData

    • Constructor Detail

      • SecurityConstraintMetaData

        public SecurityConstraintMetaData()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • isUnchecked

        public boolean isUnchecked()
        The unchecked flag is set when there is no security-constraint/auth-constraint
        Returns:
        true if there is no auth-constraint
      • isExcluded

        public boolean isExcluded()
        The excluded flag is set when there is an empty security-constraint/auth-constraint element
        Returns:
        true if there is an empty auth-constraint
      • getRoleNames

        public List<String> getRoleNames()
        Accessor for the security-constraint/auth-constraint/role-name(s)
        Returns:
        A possibly empty set of constraint role names. Use isUnchecked and isExcluded to check for no or an emtpy auth-constraint
      • getTransportGuarantee

        public TransportGuaranteeType getTransportGuarantee()
        Accessor for the UserDataConstraint.TransportGuarantee
        Returns:
        UserDataConstraint.TransportGuarantee