|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestedAttribute
SAML 2.0 Metadata RequestedAttribute
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name |
static java.lang.String |
IS_REQUIRED_ATTRIB_NAME
"isRequired" attribute's local name |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type |
Fields inherited from interface org.opensaml.saml2.core.Attribute |
---|
BASIC, FRIENDLY_NAME_ATTRIB_NAME, NAME_ATTTRIB_NAME, NAME_FORMAT_ATTRIB_NAME, UNSPECIFIED, URI_REFERENCE |
Method Summary | |
---|---|
java.lang.Boolean |
isRequired()
Checks to see if this requested attribute is also required. |
org.opensaml.xml.schema.XSBooleanValue |
isRequiredXSBoolean()
Checks to see if this requested attribute is also required. |
void |
setIsRequired(java.lang.Boolean newIsRequire)
Sets if this requested attribute is also required. |
void |
setIsRequired(org.opensaml.xml.schema.XSBooleanValue newIsRequire)
Sets if this requested attribute is also required. |
Methods inherited from interface org.opensaml.saml2.core.Attribute |
---|
getAttributeValues, getFriendlyName, getName, getNameFormat, setFriendlyName, setName, setNameFormat |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
---|
getUnknownAttributes |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String IS_REQUIRED_ATTRIB_NAME
Method Detail |
---|
java.lang.Boolean isRequired()
org.opensaml.xml.schema.XSBooleanValue isRequiredXSBoolean()
void setIsRequired(java.lang.Boolean newIsRequire)
newIsRequire
- true if this attribute is requiredvoid setIsRequired(org.opensaml.xml.schema.XSBooleanValue newIsRequire)
newIsRequire
- true if this attribute is required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |