Class OpenIdServiceFactory

  • All Implemented Interfaces:
    org.apereo.cas.authentication.principal.ServiceFactory<OpenIdService>, org.springframework.core.Ordered

    @Deprecated(since="6.2.0")
    public class OpenIdServiceFactory
    extends org.apereo.cas.authentication.principal.AbstractServiceFactory<OpenIdService>
    Deprecated.
    6.2
    The OpenIdServiceFactory creates OpenIdService objects.
    Since:
    4.2
    • Field Summary

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      OpenIdService createService​(java.lang.String id)
      Deprecated.
       
      OpenIdService createService​(javax.servlet.http.HttpServletRequest request)
      Deprecated.
       
      • Methods inherited from class org.apereo.cas.authentication.principal.AbstractServiceFactory

        cleanupUrl, createService, createService, getOrder, getSourceParameter, setOrder, toString
      • Methods inherited from class java.lang.Object

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

      • OpenIdServiceFactory

        public OpenIdServiceFactory()
        Deprecated.
    • Method Detail

      • createService

        public OpenIdService createService​(javax.servlet.http.HttpServletRequest request)
        Deprecated.
      • createService

        public OpenIdService createService​(java.lang.String id)
        Deprecated.