Class BaseAuthenticationServiceSelectionStrategy

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

    public abstract class BaseAuthenticationServiceSelectionStrategy
    extends java.lang.Object
    implements org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy
    Since:
    6.3.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
      protected org.apereo.cas.authentication.principal.Service createService​(java.lang.String identifier, org.apereo.cas.authentication.principal.Service original)
      Create service.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationServiceSelectionStrategy

        resolveServiceFrom, supports
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Constructor Detail

      • BaseAuthenticationServiceSelectionStrategy

        public BaseAuthenticationServiceSelectionStrategy()
    • Method Detail

      • createService

        protected org.apereo.cas.authentication.principal.Service createService​(java.lang.String identifier,
                                                                                org.apereo.cas.authentication.principal.Service original)
        Create service.
        Parameters:
        identifier - the identifier
        original - the original
        Returns:
        the service