|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NameIDPolicy
SAML 2.0 Core NameIDPolicy.
Field Summary | |
---|---|
static String |
ALLOW_CREATE_ATTRIB_NAME
AllowCreate attribute name. |
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name. |
static QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static String |
FORMAT_ATTRIB_NAME
Format attribute name. |
static String |
SP_NAME_QUALIFIER_ATTRIB_NAME
SPNameQualifier attribute name. |
static String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static QName |
TYPE_NAME
QName of the XSI type. |
Method Summary | |
---|---|
Boolean |
getAllowCreate()
Gets the AllowCreate value. |
org.opensaml.xml.schema.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(org.opensaml.xml.schema.XSBooleanValue newAllowCreate)
Sets the AllowCreate value. |
void |
setFormat(String newFormat)
Sets the format of the NameIDPolicy |
void |
setSPNameQualifier(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 |
---|
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String FORMAT_ATTRIB_NAME
static final String SP_NAME_QUALIFIER_ATTRIB_NAME
static final String ALLOW_CREATE_ATTRIB_NAME
Method Detail |
---|
String getFormat()
void setFormat(String newFormat)
newFormat
- the format of the NameIDPolicyString getSPNameQualifier()
void setSPNameQualifier(String newSPNameQualifier)
newSPNameQualifier
- the SPNameQualifier valueBoolean getAllowCreate()
org.opensaml.xml.schema.XSBooleanValue getAllowCreateXSBoolean()
void setAllowCreate(Boolean newAllowCreate)
newAllowCreate
- the AllowCreate valuevoid setAllowCreate(org.opensaml.xml.schema.XSBooleanValue newAllowCreate)
newAllowCreate
- the AllowCreate value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |