org.n52.security.authentication
Class SessionAuthenticationMethod

java.lang.Object
  extended by org.n52.security.authentication.SessionAuthenticationMethod
All Implemented Interfaces:
AuthenticationMethod

public class SessionAuthenticationMethod
extends java.lang.Object
implements AuthenticationMethod


Field Summary
static java.lang.String URN
          URN identifying this method.
 
Constructor Summary
SessionAuthenticationMethod()
           
 
Method Summary
 org.dom4j.Node asDom4J()
          Method asDom4J.
 java.lang.String getURN()
          Method gets the URN.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URN

public static final java.lang.String URN
URN identifying this method.

See Also:
Constant Field Values
Constructor Detail

SessionAuthenticationMethod

public SessionAuthenticationMethod()
Method Detail

asDom4J

public org.dom4j.Node asDom4J()
Description copied from interface: AuthenticationMethod
Method asDom4J.

Specified by:
asDom4J in interface AuthenticationMethod
Returns:
Node.

getURN

public java.lang.String getURN()
Description copied from interface: AuthenticationMethod
Method gets the URN.

Specified by:
getURN in interface AuthenticationMethod
Returns:
String.


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