Class MatchUserRule

    • Field Detail

      • userSpec

        private final String userSpec
    • Constructor Detail

    • Method Detail

      • matches

        public boolean matches​(URI uri,
                               String abstractType,
                               String abstractTypeAuthority)
        Description copied from class: MatchRule
        Determine if this rule matches the given URI, and type.
        Overrides:
        matches in class MatchRule
        Parameters:
        uri - the URI to test
        abstractType - the abstract type of the connection (may be null)
        abstractTypeAuthority - the authority name of the abstract type (may be null)
        Returns:
        true if the rule matches, false otherwise
      • getMatchUser

        public String getMatchUser()
        Description copied from class: MatchRule
        Get the URI user info that this rule matches, or null if this rule only matches empty URI user info.
        Overrides:
        getMatchUser in class MatchRule
        Returns:
        the user info, or null if there is none
      • isUserMatched

        public boolean isUserMatched()
        Description copied from class: MatchRule
        Determine whether this rule matches based on non-empty URI user info.
        Overrides:
        isUserMatched in class MatchRule
        Returns:
        true if the rule matches based on non-empty user info, false otherwise
      • hashCode

        public int hashCode()
        Description copied from class: MatchRule
        Get the hash code of this rule.
        Specified by:
        hashCode in class MatchRule
        Returns:
        the hash code