Class DefaultAuthenticationServiceSelectionStrategy

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

public class DefaultAuthenticationServiceSelectionStrategy extends Object implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
This is DefaultAuthenticationServiceSelectionStrategy which returns back to the caller the provided service, as it was without any additional processing.
Since:
5.0.0
See Also:
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.core.Ordered

    getOrder
  • Constructor Details

    • DefaultAuthenticationServiceSelectionStrategy

      public DefaultAuthenticationServiceSelectionStrategy()
  • Method Details

    • resolveServiceFrom

      public org.apereo.cas.authentication.principal.Service resolveServiceFrom(org.apereo.cas.authentication.principal.Service service)
      Specified by:
      resolveServiceFrom in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
    • supports

      public boolean supports(org.apereo.cas.authentication.principal.Service service)
      Specified by:
      supports in interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy