org.n52.security.common.authentication
Class SessionAuthenticationMethod

java.lang.Object
  extended byorg.n52.security.common.authentication.SessionAuthenticationMethod
All Implemented Interfaces:
AuthenticationMethod

public class SessionAuthenticationMethod
extends java.lang.Object
implements AuthenticationMethod


Field Summary
static java.lang.String sMethodUrn
           
 
Constructor Summary
SessionAuthenticationMethod(int pSessionTimeout)
           
 
Method Summary
 org.dom4j.Node asDom4J()
           
 CredentialEditor getCredentialEditor()
           
 int getSessionTimeout()
           
 java.lang.String getURN()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sMethodUrn

public static final java.lang.String sMethodUrn
See Also:
Constant Field Values
Constructor Detail

SessionAuthenticationMethod

public SessionAuthenticationMethod(int pSessionTimeout)
Method Detail

asDom4J

public org.dom4j.Node asDom4J()
Specified by:
asDom4J in interface AuthenticationMethod

getURN

public java.lang.String getURN()
Specified by:
getURN in interface AuthenticationMethod

getSessionTimeout

public int getSessionTimeout()

getCredentialEditor

public CredentialEditor getCredentialEditor()
Specified by:
getCredentialEditor in interface AuthenticationMethod


Copyright © 2004-2007 52 North. All Rights Reserved.