Class CasRegisteredService

All Implemented Interfaces:
Serializable, 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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The friendly name for this client.

    Fields inherited from class org.apereo.cas.services.BaseRegisteredService

    serviceId

    Fields inherited from interface org.apereo.cas.services.RegisteredService

    INITIAL_IDENTIFIER_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    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, getResponseType, 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, 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 Details

  • Constructor Details

    • CasRegisteredService

      public CasRegisteredService()
  • Method Details

    • getFriendlyName

      public 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