Class DefaultAuthenticationServiceSelectionStrategy

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy, org.springframework.core.Ordered

    public class DefaultAuthenticationServiceSelectionStrategy
    extends java.lang.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:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • DefaultAuthenticationServiceSelectionStrategy

        public DefaultAuthenticationServiceSelectionStrategy()
    • Method Detail

      • 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