Class AbstractWebApplicationService

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

    @Entity
    public abstract class AbstractWebApplicationService
    extends java.lang.Object
    implements org.apereo.cas.authentication.principal.WebApplicationService
    Abstract implementation of a WebApplicationService.
    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 AbstractWebApplicationService​(java.lang.String id, java.lang.String originalUrl, java.lang.String artifactId)
      Instantiates a new abstract web application service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes()  
      • 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

      • AbstractWebApplicationService

        protected AbstractWebApplicationService​(java.lang.String id,
                                                java.lang.String originalUrl,
                                                java.lang.String artifactId)
        Instantiates a new abstract web application service.
        Parameters:
        id - the id
        originalUrl - the original url
        artifactId - the artifact id
    • Method Detail

      • getAttributes

        public java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> getAttributes()
        Specified by:
        getAttributes in interface org.apereo.cas.authentication.principal.Principal