Class DefaultServiceMatchingStrategy

java.lang.Object
org.apereo.cas.authentication.principal.DefaultServiceMatchingStrategy
All Implemented Interfaces:
org.apereo.cas.authentication.principal.ServiceMatchingStrategy

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

    Constructors
    Constructor
    Description
    DefaultServiceMatchingStrategy(org.apereo.cas.services.ServicesManager servicesManager)
     
  • Method Summary

    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultServiceMatchingStrategy

      public DefaultServiceMatchingStrategy(org.apereo.cas.services.ServicesManager servicesManager)
  • Method Details

    • 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