Class TokenWebApplicationService

  • 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 TokenWebApplicationService
    extends org.apereo.cas.authentication.principal.AbstractWebApplicationService
    Since:
    5.2.0
    See Also:
    Serialized Form
    • Field Summary

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

        LOGGER
      • Fields inherited from interface org.apereo.cas.authentication.principal.WebApplicationService

        BEAN_NAME_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenWebApplicationService​(java.lang.String id, java.lang.String originalUrl, java.lang.String artifactId)  
    • 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

      • TokenWebApplicationService

        public TokenWebApplicationService​(java.lang.String id,
                                          java.lang.String originalUrl,
                                          java.lang.String artifactId)