Class RegexRegisteredService

All Implemented Interfaces:
Serializable, Comparable<org.apereo.cas.services.RegisteredService>, org.apereo.cas.services.RegisteredService, org.apereo.cas.services.RegisteredServiceDefinition, 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: