Class RegexRegisteredService

All Implemented Interfaces:
Serializable, Comparable<org.apereo.cas.services.RegisteredService>, org.apereo.cas.services.RegisteredService, org.apereo.cas.services.WebBasedRegisteredService

@Deprecated(since="6.6.0") public class RegexRegisteredService extends BaseWebBasedRegisteredService
Deprecated.
This class is scheduled to be replaced with CasRegi
Mutable registered service that uses Java regular expressions for service matching. Matching is case insensitive, and is successful, if, and only if, the entire region sequence matches the pattern.
Since:
3.4
See Also:
  • Field Summary

    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
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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, initialize, matches, matches, setEvaluationOrder, setId

    Methods inherited from interface org.apereo.cas.services.WebBasedRegisteredService

    getAcceptableUsagePolicy, getInformationUrl, getLocale, getLogo, getLogoutType, getLogoutUrl, getPrivacyUrl, getSingleSignOnParticipationPolicy, getTheme, getWebflowInterruptPolicy
  • Constructor Details

    • RegexRegisteredService

      public RegexRegisteredService()
      Deprecated.
  • Method Details

    • getFriendlyName

      public String getFriendlyName()
      Deprecated.