Class RegexRegisteredService

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Field Summary

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

        INITIAL_IDENTIFIER_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getFriendlyName()
      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, getResponseType, 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 Detail

      • RegexRegisteredService

        public RegexRegisteredService()
        Deprecated.
    • Method Detail

      • getFriendlyName

        public java.lang.String getFriendlyName()
        Deprecated.