Class DefaultAuthenticationServiceSelectionPlan

  • All Implemented Interfaces:
    org.apereo.cas.authentication.AuthenticationServiceSelectionPlan

    public class DefaultAuthenticationServiceSelectionPlan
    extends java.lang.Object
    implements org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerStrategy​(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy strategy)  
      org.apereo.cas.authentication.principal.Service resolveService​(org.apereo.cas.authentication.principal.Service service)  
      <T extends org.apereo.cas.authentication.principal.Service>
      T
      resolveService​(org.apereo.cas.authentication.principal.Service service, java.lang.Class<T> clazz)  
      • Methods inherited from class java.lang.Object

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

      • DefaultAuthenticationServiceSelectionPlan

        public DefaultAuthenticationServiceSelectionPlan​(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy... strategies)
    • Method Detail

      • registerStrategy

        public void registerStrategy​(org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy strategy)
        Specified by:
        registerStrategy in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
      • resolveService

        public org.apereo.cas.authentication.principal.Service resolveService​(org.apereo.cas.authentication.principal.Service service)
        Specified by:
        resolveService in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan
      • resolveService

        public <T extends org.apereo.cas.authentication.principal.Service> T resolveService​(org.apereo.cas.authentication.principal.Service service,
                                                                                            java.lang.Class<T> clazz)
        Specified by:
        resolveService in interface org.apereo.cas.authentication.AuthenticationServiceSelectionPlan