Class OpenIdService

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.principal.Principal, org.apereo.cas.authentication.principal.Service, org.apereo.cas.authentication.principal.WebApplicationService

    @Entity
    @Deprecated(since="6.2.0")
    public class OpenIdService
    extends org.apereo.cas.authentication.principal.AbstractWebApplicationService
    Deprecated.
    6.2
    Since:
    3.1
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.apereo.cas.authentication.principal.Service

        LOGGER
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected OpenIdService​(java.lang.String id, java.lang.String originalUrl, java.lang.String artifactId, java.lang.String identity)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class org.apereo.cas.authentication.principal.AbstractWebApplicationService

        canEqual, equals, getArtifactId, getAttributes, getFormat, getId, getOriginalUrl, getPrincipal, getSource, hashCode, isLoggedOutAlready, setArtifactId, setAttributes, setFormat, setId, setLoggedOutAlready, setOriginalUrl, setPrincipal, setSource, toString
      • Methods inherited from class java.lang.Object

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

      • OpenIdService

        protected OpenIdService​(java.lang.String id,
                                java.lang.String originalUrl,
                                java.lang.String artifactId,
                                java.lang.String identity)
        Deprecated.