org.n52.security.authentication
Class PasswordAuthenticationMethod

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

public class PasswordAuthenticationMethod
extends java.lang.Object
implements AuthenticationMethod


Field Summary
static java.lang.String URN
          URN identifying this method.
 
Constructor Summary
PasswordAuthenticationMethod()
           
 
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

PasswordAuthenticationMethod

public PasswordAuthenticationMethod()
Method Detail

getURN

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

Specified by:
getURN in interface AuthenticationMethod
Returns:
String.

asDom4J

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

Specified by:
asDom4J in interface AuthenticationMethod
Returns:
Node.


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