Class FullRegexRegisteredServiceMatchingStrategy

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.services.RegisteredServiceMatchingStrategy

    public class FullRegexRegisteredServiceMatchingStrategy
    extends java.lang.Object
    implements org.apereo.cas.services.RegisteredServiceMatchingStrategy
    Since:
    6.3.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.apereo.cas.services.RegisteredService registeredService, java.lang.String serviceId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FullRegexRegisteredServiceMatchingStrategy

        public FullRegexRegisteredServiceMatchingStrategy()
    • Method Detail

      • matches

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