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:
  • 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
    • setOrder

      public void setOrder(int order)
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered