Oracle Security Developer Tools SAML 2.0 Java API Reference
10g (10.1.4.0.1)

B28174-01


oracle.security.xmlsec.saml2.core
Interface SAML2NameIdentifier

All Known Implementing Classes:
BaseID, EncryptedID, NameID, NewEncryptedID, NewID

public interface SAML2NameIdentifier

Represents a SAML 2.0 name identifier. The purpose of this interface is to group (and provide type safety for) all representations of name identifiers.


Method Summary
 java.lang.String getIDName()
          Returns the tag name of the identifier.
 java.lang.String getIDNamespaceURI()
          Returns the namespace URI of the identifier element.
 org.w3c.dom.Node getNode()
          Returns the Node representing this element.

 

Method Detail

getNode

public org.w3c.dom.Node getNode()
Returns the Node representing this element.
Returns:
A org.w3c.dom.Node.

getIDNamespaceURI

public java.lang.String getIDNamespaceURI()
Returns the namespace URI of the identifier element.
Returns:
A URI reference.

getIDName

public java.lang.String getIDName()
Returns the tag name of the identifier.
Returns:
A String value.

Oracle Security Developer Tools SAML 2.0 Java API Reference
10g (10.1.4.0.1)

B28174-01


Copyright © 2005, 2006 , Oracle. All rights reserved.