org.n52.security.authentication
Interface AuthenticationMethod

All Known Implementing Classes:
PasswordAuthenticationMethod, SAMLResponseAuthenticationMethod, SessionAuthenticationMethod, WASAuthenticationMethod

public interface AuthenticationMethod

todo: describe their purpose.


Method Summary
 org.dom4j.Node asDom4J()
          Method asDom4J.
 java.lang.String getURN()
          Method gets the URN.
 

Method Detail

getURN

java.lang.String getURN()
Method gets the URN.

Returns:
String.

asDom4J

org.dom4j.Node asDom4J()
Method asDom4J.

Returns:
Node.


Copyright © 2004-2009 52north.org. All Rights Reserved.