public interface ShibbolethMetadataScope
extends org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.schema.XSString
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
REGEXP_ATTRIB_NAME
regexp attribute name.
|
Modifier and Type | Method and Description |
---|---|
Pattern |
getMatchPattern()
Gets the match pattern used to evaluate if a scope matches the scope criteria given by this extension.
|
Boolean |
getRegexp()
Get the regexp attribute value.
|
org.opensaml.xml.schema.XSBooleanValue |
getRegexpXSBoolean()
Get the regexp attribute value.
|
void |
setRegexp(Boolean newRegexp)
Set the regexp attribute value.
|
void |
setRegexp(org.opensaml.xml.schema.XSBooleanValue newRegexp)
Set the regexp attribute value.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String REGEXP_ATTRIB_NAME
Boolean getRegexp()
org.opensaml.xml.schema.XSBooleanValue getRegexpXSBoolean()
void setRegexp(Boolean newRegexp)
newRegexp
- the new regexp attribute valuevoid setRegexp(org.opensaml.xml.schema.XSBooleanValue newRegexp)
newRegexp
- the new regexp attribute valuePattern getMatchPattern()
Copyright © 1999–2014. All rights reserved.