public interface NameIDPolicy extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAllowCreate()
Gets the AllowCreate value.
|
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(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.
|
detach, 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, setSchemaLocationstatic 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 FORMAT_ATTRIB_NAME
static final java.lang.String SP_NAME_QUALIFIER_ATTRIB_NAME
static final java.lang.String ALLOW_CREATE_ATTRIB_NAME
java.lang.String getFormat()
void setFormat(java.lang.String newFormat)
newFormat - the format of the NameIDPolicyjava.lang.String getSPNameQualifier()
void setSPNameQualifier(java.lang.String newSPNameQualifier)
newSPNameQualifier - the SPNameQualifier valuejava.lang.Boolean getAllowCreate()
XSBooleanValue getAllowCreateXSBoolean()
void setAllowCreate(java.lang.Boolean newAllowCreate)
newAllowCreate - the AllowCreate valuevoid setAllowCreate(XSBooleanValue newAllowCreate)
newAllowCreate - the AllowCreate value