Class CasRegisteredService

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.apereo.cas.services.RegisteredService>, org.apereo.cas.services.CasModelRegisteredService, org.apereo.cas.services.RegisteredService, org.apereo.cas.services.WebBasedRegisteredService

    public class CasRegisteredService
    extends BaseWebBasedRegisteredService
    implements org.apereo.cas.services.CasModelRegisteredService
    Since:
    6.6.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FRIENDLY_NAME
      The friendly name for this client.
      • Fields inherited from interface org.apereo.cas.services.RegisteredService

        INITIAL_IDENTIFIER_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFriendlyName()  
      void initialize()  
      • 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.services.CasModelRegisteredService

        getProxyGrantingTicketExpirationPolicy, getProxyPolicy, getProxyTicketExpirationPolicy, getRedirectUrl, getServiceTicketExpirationPolicy, getSupportedProtocols
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface org.apereo.cas.services.RegisteredService

        getAccessStrategy, getAttributeReleasePolicy, getAuthenticationPolicy, getContacts, getDescription, getEnvironments, getEvaluationOrder, getEvaluationPriority, getExpirationPolicy, getId, getMatchingStrategy, getMultifactorAuthenticationPolicy, getName, getProperties, getPublicKey, getRequiredHandlers, getResponseType, getServiceId, getTicketGrantingTicketExpirationPolicy, getUsernameAttributeProvider, matches, matches, setEvaluationOrder, setId
      • Methods inherited from interface org.apereo.cas.services.WebBasedRegisteredService

        getAcceptableUsagePolicy, getInformationUrl, getLocale, getLogo, getLogoutType, getLogoutUrl, getPrivacyUrl, getSingleSignOnParticipationPolicy, getTheme, getWebflowInterruptPolicy
    • Field Detail

      • FRIENDLY_NAME

        public static final java.lang.String FRIENDLY_NAME
        The friendly name for this client.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CasRegisteredService

        public CasRegisteredService()
    • Method Detail

      • getFriendlyName

        public java.lang.String getFriendlyName()
        Specified by:
        getFriendlyName in interface org.apereo.cas.services.RegisteredService
      • initialize

        public void initialize()
        Specified by:
        initialize in interface org.apereo.cas.services.RegisteredService