@Entity public class RegexRegisteredService extends AbstractRegisteredService
serviceIdINITIAL_IDENTIFIER_VALUE| Constructor and Description |
|---|
RegexRegisteredService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Service service)
Returns whether the service matches the registered service.
|
protected AbstractRegisteredService |
newInstance() |
void |
setServiceId(String id) |
clone, compareTo, copyFrom, equals, getAllowedAttributes, getAttributeFilter, getDescription, getEvaluationOrder, getId, getLogoutType, getName, getRequiredHandlers, getServiceId, getTheme, getUsernameAttribute, hashCode, isAllowedToProxy, isAnonymousAccess, isEnabled, isIgnoreAttributes, isSsoEnabled, setAllowedAttributes, setAllowedToProxy, setAnonymousAccess, setAttributeFilter, setDescription, setEnabled, setEvaluationOrder, setId, setIgnoreAttributes, setLogoutType, setName, setRequiredHandlers, setSsoEnabled, setTheme, setUsernameAttribute, toStringpublic void setServiceId(String id)
setServiceId in class AbstractRegisteredServicepublic boolean matches(Service service)
RegisteredServiceNote, as of 3.1.2, matches are case insensitive.
service - the service to match.protected AbstractRegisteredService newInstance()
newInstance in class AbstractRegisteredServiceCopyright © 2004-2014 Jasig. All Rights Reserved.