Package tigase.vhosts

Interface VHostItem

    • Method Detail

      • getComps

        String[] getComps()
      • getC2SPortsAllowed

        int[] getC2SPortsAllowed()
      • getDomainFilterDomains

        String[] getDomainFilterDomains()
      • getMaxUsersNumber

        Long getMaxUsersNumber()
      • getMessageForward

        JID getMessageForward()
      • getMessageForwardAddress

        default JID getMessageForwardAddress()
      • getOtherDomainParams

        String getOtherDomainParams()
      • getPresenceForward

        JID getPresenceForward()
      • getPresenceForwardAddress

        default JID getPresenceForwardAddress()
      • getS2sSecret

        String getS2sSecret()
      • getTrustedJIDs

        Set<String> getTrustedJIDs()
      • getVhost

        JID getVhost()
      • setKey

        void setKey​(String domain)
      • isAdmin

        default boolean isAdmin​(String id)
        Description copied from interface: RepositoryItem
        The method checks whether the given id is one of the administrators set for the Item.
        Specified by:
        isAdmin in interface RepositoryItem
        Parameters:
        id - is an ID of a person for which we check access permissions.
        Returns:
        true of the given ID is on a list of administrators and false otherwise.
      • isAnonymousEnabled

        boolean isAnonymousEnabled()
      • isEnabled

        boolean isEnabled()
      • isRegisterEnabled

        boolean isRegisterEnabled()
      • isTlsRequired

        boolean isTlsRequired()
      • isTrustedJID

        default boolean isTrustedJID​(JID jid)
      • getSaslAllowedMechanisms

        String[] getSaslAllowedMechanisms()