Class WSFederationAuthenticationServiceSelectionStrategy

java.lang.Object
org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
org.apereo.cas.authentication.WSFederationAuthenticationServiceSelectionStrategy
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy, org.springframework.core.Ordered

public class WSFederationAuthenticationServiceSelectionStrategy extends org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
Since:
5.1.0
See Also:
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
    WSFederationAuthenticationServiceSelectionStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.principal.Service
    resolveServiceFrom(org.apereo.cas.authentication.principal.Service service)
     
    boolean
    supports(org.apereo.cas.authentication.principal.Service service)
     

    Methods inherited from class org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy

    getOrder, getServicesManager, getWebApplicationServiceFactory, setOrder

    Methods inherited from class java.lang.Object

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

    • WSFederationAuthenticationServiceSelectionStrategy

      public WSFederationAuthenticationServiceSelectionStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory)
  • Method Details

    • resolveServiceFrom

      public org.apereo.cas.authentication.principal.Service resolveServiceFrom(org.apereo.cas.authentication.principal.Service service)
    • supports

      public boolean supports(org.apereo.cas.authentication.principal.Service service)