@Entity public class RegisteredServiceImpl extends AbstractRegisteredService
serviceId| Constructor and Description |
|---|
RegisteredServiceImpl() |
| 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, getDescription, getEvaluationOrder, getId, getName, getServiceId, getTheme, hashCode, isAllowedToProxy, isAnonymousAccess, isEnabled, isIgnoreAttributes, isSsoEnabled, setAllowedAttributes, setAllowedToProxy, setAnonymousAccess, setDescription, setEnabled, setEvaluationOrder, setId, setIgnoreAttributes, setName, setSsoEnabled, setTheme, 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-2012 Jasig. All Rights Reserved.