Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


oracle.security.xmlsec.saml2.ac
Interface AuthenticatorTransport

All Known Implementing Classes:
ADSL, HTTP, IPSec, ISDN, MobileNetworkEndToEndEncryption, MobileNetworkNoEncryption, MobileNetworkRadioEncryption, PSTN, SSL, WTLS

public interface AuthenticatorTransport

An interface that is intended to group the various authenticator transport protocols.


Method Summary
 org.w3c.dom.Node getNode()
          Returns the DOM node representing this authenticator transport protocol mechanism.

 

Method Detail

getNode

org.w3c.dom.Node getNode()
Returns the DOM node representing this authenticator transport protocol mechanism.
Returns:
The underlying org.w3c.dom.Node instance.

Skip navigation links

Oracle Security Developer Tools SAML 2.0 Java API Reference
11g (11.1.1)

E10676-02


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