| Package | Description |
|---|---|
| org.jasig.cas.services |
This package is contains classes related to the restriction of CAS
usage to a particular set of services.
|
| org.jasig.cas.services.support |
| Modifier and Type | Method and Description |
|---|---|
RegisteredServiceAttributeFilter |
RegisteredService.getAttributeFilter()
An instance of the attribute filter that imposes validation rules over
the attribute release policy.
|
RegisteredServiceAttributeFilter |
AbstractRegisteredService.getAttributeFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRegisteredService.setAttributeFilter(RegisteredServiceAttributeFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegisteredServiceDefaultAttributeFilter
The default filter that is responsible to make sure only the allowed attributes for a given
registered service are released.
|
class |
RegisteredServiceRegexAttributeFilter
The regex filter that is responsible to make sure only attributes that match a certain regex pattern
registered service are released.
|
Copyright © 2004-2015 Apereo. All Rights Reserved.