| 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.
|
TYPE_LOCAL_NAME, TYPE_NAME| Modifier and Type | Method and Description |
|---|---|
Pattern |
getMatchPattern()
Deprecated.
No replacement. The caller should instead evaluate the scope value supplied by
XSString.getValue() in an implementation-specific manner |
Boolean |
getRegexp()
Get the regexp attribute value.
|
XSBooleanValue |
getRegexpXSBoolean()
Get the regexp attribute value.
|
void |
setRegexp(Boolean newRegexp)
Set the regexp attribute value.
|
void |
setRegexp(XSBooleanValue newRegexp)
Set the regexp attribute value.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String REGEXP_ATTRIB_NAME
Boolean getRegexp()
XSBooleanValue getRegexpXSBoolean()
void setRegexp(Boolean newRegexp)
newRegexp - the new regexp attribute valuevoid setRegexp(XSBooleanValue newRegexp)
newRegexp - the new regexp attribute value@Deprecated Pattern getMatchPattern()
XSString.getValue() in an implementation-specific mannerPattern that may be used to evaluate whether
a candidate scope matches the scope criteria given by this extension, when the value is indicated to
be a regular expression.
This may only be called when getRegexp() evaluates to true. Otherwise an
IllegalStateException is thrown.
The scope value supplied to XSString.setValue(String) MUST be a valid Java regular expression
as defined by Pattern, else a fatal error will result.
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.