Class SimpleWebApplicationServiceImpl

  • 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
    public class SimpleWebApplicationServiceImpl
    extends AbstractWebApplicationService
    Represents a service which wishes to use the CAS protocol.
    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 SimpleWebApplicationServiceImpl​(java.lang.String id, java.lang.String originalUrl, java.lang.String artifactId)
      Instantiates a new Simple web application service.
    • Method Summary

      • 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.principal.Principal

        getId
      • Methods inherited from interface org.apereo.cas.authentication.principal.Service

        setPrincipal
      • Methods inherited from interface org.apereo.cas.authentication.principal.WebApplicationService

        getArtifactId, getFormat, getOriginalUrl, getSource, isLoggedOutAlready, setLoggedOutAlready
    • Constructor Detail

      • SimpleWebApplicationServiceImpl

        protected SimpleWebApplicationServiceImpl​(java.lang.String id,
                                                  java.lang.String originalUrl,
                                                  java.lang.String artifactId)
        Instantiates a new Simple web application service.
        Parameters:
        id - the id
        originalUrl - the original url
        artifactId - the artifact id