Class PartialRegexRegisteredServiceMatchingStrategy

java.lang.Object
org.apereo.cas.services.PartialRegexRegisteredServiceMatchingStrategy
All Implemented Interfaces:
Serializable, org.apereo.cas.services.RegisteredServiceMatchingStrategy

public class PartialRegexRegisteredServiceMatchingStrategy extends Object implements org.apereo.cas.services.RegisteredServiceMatchingStrategy
Since:
6.3.0
See Also:
  • Constructor Details

    • PartialRegexRegisteredServiceMatchingStrategy

      public PartialRegexRegisteredServiceMatchingStrategy()
    • PartialRegexRegisteredServiceMatchingStrategy

      public PartialRegexRegisteredServiceMatchingStrategy(Pattern servicePattern)
  • Method Details

    • matches

      public boolean matches(org.apereo.cas.services.RegisteredService registeredService, String serviceId)
      Specified by:
      matches in interface org.apereo.cas.services.RegisteredServiceMatchingStrategy
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object