|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.NameIDPolicyImpl
public class NameIDPolicyImpl
Concrete implementation of NameIDPolicy
.
Field Summary |
---|
Fields inherited from interface org.opensaml.saml2.core.NameIDPolicy |
---|
ALLOW_CREATE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, FORMAT_ATTRIB_NAME, SP_NAME_QUALIFIER_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
protected |
NameIDPolicyImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
java.lang.Boolean |
getAllowCreate()
Gets the AllowCreate value. |
org.opensaml.xml.schema.XSBooleanValue |
getAllowCreateXSBoolean()
Gets the AllowCreate value. |
java.lang.String |
getFormat()
Gets the format of the NameIDPolicy. |
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
java.lang.String |
getSPNameQualifier()
Gets the SPNameQualifier value. |
void |
setAllowCreate(java.lang.Boolean newAllowCreate)
Sets the AllowCreate value. |
void |
setAllowCreate(org.opensaml.xml.schema.XSBooleanValue newAllowCreate)
Sets the AllowCreate value. |
void |
setFormat(java.lang.String newFormat)
Sets the format of the NameIDPolicy |
void |
setSPNameQualifier(java.lang.String newSPNameQualifier)
Sets the SPNameQualifier value. |
Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
---|
equals, prepareForAssignment |
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Constructor Detail |
---|
protected NameIDPolicyImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespaceMethod Detail |
---|
public java.lang.String getFormat()
getFormat
in interface NameIDPolicy
public void setFormat(java.lang.String newFormat)
setFormat
in interface NameIDPolicy
newFormat
- the format of the NameIDPolicypublic java.lang.String getSPNameQualifier()
getSPNameQualifier
in interface NameIDPolicy
public void setSPNameQualifier(java.lang.String newSPNameQualifier)
setSPNameQualifier
in interface NameIDPolicy
newSPNameQualifier
- the SPNameQualifier valuepublic java.lang.Boolean getAllowCreate()
getAllowCreate
in interface NameIDPolicy
public org.opensaml.xml.schema.XSBooleanValue getAllowCreateXSBoolean()
getAllowCreateXSBoolean
in interface NameIDPolicy
public void setAllowCreate(java.lang.Boolean newAllowCreate)
setAllowCreate
in interface NameIDPolicy
newAllowCreate
- the AllowCreate valuepublic void setAllowCreate(org.opensaml.xml.schema.XSBooleanValue newAllowCreate)
setAllowCreate
in interface NameIDPolicy
newAllowCreate
- the AllowCreate valuepublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.xml.XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |