Class DefaultServiceMatchingStrategy

  • All Implemented Interfaces:
    org.apereo.cas.authentication.principal.ServiceMatchingStrategy

    public class DefaultServiceMatchingStrategy
    extends java.lang.Object
    implements org.apereo.cas.authentication.principal.ServiceMatchingStrategy
    Since:
    6.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.principal.Service serviceToMatch)  
      • Methods inherited from class java.lang.Object

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

      • DefaultServiceMatchingStrategy

        public DefaultServiceMatchingStrategy()
    • Method Detail

      • matches

        public boolean matches​(org.apereo.cas.authentication.principal.Service service,
                               org.apereo.cas.authentication.principal.Service serviceToMatch)
        Specified by:
        matches in interface org.apereo.cas.authentication.principal.ServiceMatchingStrategy