Interface Scope
- All Known Implementing Classes:
ScopeImpl
The Shibboleth Scope metadata extension.
Note that this class is also defined in Shibboleth's idp-saml-api and idp-saml-impl libraries. Only if Shibboleth is not on the classpath will the marshaller and unmarshaller for Scope be loaded.
- Author:
- Martin Lindström (martin@idsec.se)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement local name.static final QNameDefault element name.static final StringThe regexp attribute name.Fields inherited from interface org.opensaml.core.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets theregexpattribute value.Gets theregexpattribute value.voidSets theregexpattribute value.voidsetRegexp(XSBooleanValue newRegexp) Set theregexpattribute value.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
REGEXP_ATTRIB_NAME
The regexp attribute name.- See Also:
-
-
Method Details
-
getRegexp
Boolean getRegexp()Gets theregexpattribute value.- Returns:
- the regexp attribute value
-
getRegexpXSBoolean
XSBooleanValue getRegexpXSBoolean()Gets theregexpattribute value.- Returns:
- the regexp attribute value
-
setRegexp
Sets theregexpattribute value.- Parameters:
newRegexp- the new regexp attribute value
-
setRegexp
Set theregexpattribute value.- Parameters:
newRegexp- the new regexp attribute value
-