Class SamlIdPEntityIdAuthenticationServiceSelectionStrategy

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

    public class SamlIdPEntityIdAuthenticationServiceSelectionStrategy
    extends org.apereo.cas.authentication.BaseAuthenticationServiceSelectionStrategy
    Since:
    5.0.0
    See Also:
    Serialized Form
    • Field Summary

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      SamlIdPEntityIdAuthenticationServiceSelectionStrategy​(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory, java.lang.String casServerPrefix)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.util.Optional<org.apache.http.NameValuePair> getEntityIdAsParameter​(org.apereo.cas.authentication.principal.Service service)
      Gets entity id as parameter.
      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

        createService, getOrder, getServicesManager, getWebApplicationServiceFactory, setOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SamlIdPEntityIdAuthenticationServiceSelectionStrategy

        public SamlIdPEntityIdAuthenticationServiceSelectionStrategy​(org.apereo.cas.services.ServicesManager servicesManager,
                                                                     org.apereo.cas.authentication.principal.ServiceFactory<org.apereo.cas.authentication.principal.WebApplicationService> webApplicationServiceFactory,
                                                                     java.lang.String casServerPrefix)
    • Method Detail

      • 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)
      • getEntityIdAsParameter

        protected static java.util.Optional<org.apache.http.NameValuePair> getEntityIdAsParameter​(org.apereo.cas.authentication.principal.Service service)
        Gets entity id as parameter.
        Parameters:
        service - the service
        Returns:
        the entity id as parameter