Class NameIDPolicyImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.saml.saml2.core.impl.NameIDPolicyImpl
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject,org.opensaml.saml.common.SAMLObject,org.opensaml.saml.saml2.core.NameIDPolicy
public class NameIDPolicyImpl extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.saml.saml2.core.NameIDPolicyConcrete implementation ofNameIDPolicy.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.core.xml.schema.XSBooleanValueallowCreateNameID Format URI.private StringformatNameID Format URI.private StringspNameQualifierNameID Format URI.
-
Constructor Summary
Constructors Modifier Constructor Description protectedNameIDPolicyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowCreate()org.opensaml.core.xml.schema.XSBooleanValuegetAllowCreateXSBoolean()StringgetFormat()List<org.opensaml.core.xml.XMLObject>getOrderedChildren()StringgetSPNameQualifier()voidsetAllowCreate(Boolean newAllowCreate)voidsetAllowCreate(org.opensaml.core.xml.schema.XSBooleanValue newAllowCreate)voidsetFormat(String newFormat)voidsetSPNameQualifier(String newSPNameQualifier)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Constructor Detail
-
NameIDPolicyImpl
protected NameIDPolicyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Detail
-
getFormat
public String getFormat()
- Specified by:
getFormatin interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
setFormat
public void setFormat(String newFormat)
- Specified by:
setFormatin interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
getSPNameQualifier
public String getSPNameQualifier()
- Specified by:
getSPNameQualifierin interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
setSPNameQualifier
public void setSPNameQualifier(String newSPNameQualifier)
- Specified by:
setSPNameQualifierin interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
getAllowCreate
public Boolean getAllowCreate()
- Specified by:
getAllowCreatein interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
getAllowCreateXSBoolean
public org.opensaml.core.xml.schema.XSBooleanValue getAllowCreateXSBoolean()
- Specified by:
getAllowCreateXSBooleanin interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
setAllowCreate
public void setAllowCreate(Boolean newAllowCreate)
- Specified by:
setAllowCreatein interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
setAllowCreate
public void setAllowCreate(org.opensaml.core.xml.schema.XSBooleanValue newAllowCreate)
- Specified by:
setAllowCreatein interfaceorg.opensaml.saml.saml2.core.NameIDPolicy
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
-