org.opensaml.saml2.core
Interface NameIDPolicy

All Superinterfaces:
SAMLObject, org.opensaml.xml.validation.ValidatingXMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
NameIDPolicyImpl

public interface NameIDPolicy
extends SAMLObject

SAML 2.0 Core NameIDPolicy.


Field Summary
static java.lang.String ALLOW_CREATE_ATTRIB_NAME
          AllowCreate attribute name.
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Element local name.
static javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
          Default element name.
static java.lang.String FORMAT_ATTRIB_NAME
          Format attribute name.
static java.lang.String SP_NAME_QUALIFIER_ATTRIB_NAME
          SPNameQualifier attribute 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.
 
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.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 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
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.


FORMAT_ATTRIB_NAME

static final java.lang.String FORMAT_ATTRIB_NAME
Format attribute name.

See Also:
Constant Field Values

SP_NAME_QUALIFIER_ATTRIB_NAME

static final java.lang.String SP_NAME_QUALIFIER_ATTRIB_NAME
SPNameQualifier attribute name.

See Also:
Constant Field Values

ALLOW_CREATE_ATTRIB_NAME

static final java.lang.String ALLOW_CREATE_ATTRIB_NAME
AllowCreate attribute name.

See Also:
Constant Field Values
Method Detail

getFormat

java.lang.String getFormat()
Gets the format of the NameIDPolicy.

Returns:
the format of the NameIDPolicy

setFormat

void setFormat(java.lang.String newFormat)
Sets the format of the NameIDPolicy

Parameters:
newFormat - the format of the NameIDPolicy

getSPNameQualifier

java.lang.String getSPNameQualifier()
Gets the SPNameQualifier value.

Returns:
the SPNameQualifier value

setSPNameQualifier

void setSPNameQualifier(java.lang.String newSPNameQualifier)
Sets the SPNameQualifier value.

Parameters:
newSPNameQualifier - the SPNameQualifier value

getAllowCreate

java.lang.Boolean getAllowCreate()
Gets the AllowCreate value.

Returns:
the AllowCreate value

getAllowCreateXSBoolean

org.opensaml.xml.schema.XSBooleanValue getAllowCreateXSBoolean()
Gets the AllowCreate value.

Returns:
the AllowCreate value

setAllowCreate

void setAllowCreate(java.lang.Boolean newAllowCreate)
Sets the AllowCreate value. Boolean values will be marshalled to either "true" or "false".

Parameters:
newAllowCreate - the AllowCreate value

setAllowCreate

void setAllowCreate(org.opensaml.xml.schema.XSBooleanValue newAllowCreate)
Sets the AllowCreate value.

Parameters:
newAllowCreate - the AllowCreate value


Copyright © 2006-2012 Internet2. All Rights Reserved.