| java.lang.Object com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType com.sun.xml.wss.saml.assertion.saml11.jaxb20.NameIdentifier
Field Summary | |
final protected static Logger | log |
Constructor Summary | |
public | NameIdentifier(String name, String nameQualifier, String format) Constructs a NameQualifier instance.
Parameters: name - The string representing the name of the Subject Parameters: nameQualifier - The security or administrative domain that qualifiesthe name of the Subject . |
NameIdentifier | public NameIdentifier(String name, String nameQualifier, String format)(Code) | | Constructs a NameQualifier instance.
Parameters: name - The string representing the name of the Subject Parameters: nameQualifier - The security or administrative domain that qualifiesthe name of the Subject . This is optional could benull or "". Parameters: format - The syntax used to describe the name of theSubject . This optional, could be null or "". exception: SAMLException - if the input has an error. |
fromElement | public static NameIdentifierType fromElement(org.w3c.dom.Element element) throws SAMLException(Code) | | Constructs a NameIdentifer element from an existing XML
block.
Parameters: nameIdentifierElement - A org.w3c.dom.Element representing DOM tree for NameIdentifier object exception: SAMLException - if it could not process theorg.w3c.dom.Element properly, implying that thereis an error in the sender or in the element definition. |
|
|