public interface NameIDPolicy extends SAMLObject
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static String | ALLOW_CREATE_ATTRIB_NAMEAllowCreate attribute name. | 
| static String | DEFAULT_ELEMENT_LOCAL_NAMEElement local name. | 
| static QName | DEFAULT_ELEMENT_NAMEDefault element name. | 
| static String | FORMAT_ATTRIB_NAMEFormat attribute name. | 
| static String | SP_NAME_QUALIFIER_ATTRIB_NAMESPNameQualifier attribute name. | 
| static String | TYPE_LOCAL_NAMELocal name of the XSI type. | 
| static QName | TYPE_NAMEQName of the XSI type. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Boolean | getAllowCreate()Gets the AllowCreate value. | 
| XSBooleanValue | getAllowCreateXSBoolean()Gets the AllowCreate value. | 
| String | getFormat()Gets the format of the NameIDPolicy. | 
| String | getSPNameQualifier()Gets the SPNameQualifier value. | 
| void | setAllowCreate(Boolean newAllowCreate)Sets the AllowCreate value. | 
| void | setAllowCreate(XSBooleanValue newAllowCreate)Sets the AllowCreate value. | 
| void | setFormat(String newFormat)Sets the format of the NameIDPolicy | 
| void | setSPNameQualifier(String newSPNameQualifier)Sets the SPNameQualifier value. | 
deregisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String SP_NAME_QUALIFIER_ATTRIB_NAME
String getFormat()
void setFormat(String newFormat)
newFormat - the format of the NameIDPolicyString getSPNameQualifier()
void setSPNameQualifier(String newSPNameQualifier)
newSPNameQualifier - the SPNameQualifier valueBoolean getAllowCreate()
XSBooleanValue getAllowCreateXSBoolean()
void setAllowCreate(Boolean newAllowCreate)
newAllowCreate - the AllowCreate valuevoid setAllowCreate(XSBooleanValue newAllowCreate)
newAllowCreate - the AllowCreate valueCopyright © 2012. All Rights Reserved.