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 AuthenticatorType

All Known Implementing Classes:
AsymmetricDecryption, AsymmetricKeyAgreement, DigSig, IPAddress, Password, PreviousSession, RestrictedPassword, ResumeSession, SharedSecretChallengeResponse, SharedSecretDynamicPlaintext, SubscriberLineNumber, UserSuffix, ZeroKnowledge

public interface AuthenticatorType

An interface that is intended to group the various authentication mechanisms.


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

 

Method Detail

getNode

org.w3c.dom.Node getNode()
Returns the DOM node representing this authenticator 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.