org.n52.security.authentication
Class SessionIDCredential

java.lang.Object
  extended by org.n52.security.authentication.SessionIDCredential
All Implemented Interfaces:
java.io.Serializable, Credential

public class SessionIDCredential
extends java.lang.Object
implements Credential, java.io.Serializable

Author:
Arne Broering, Marko Reiprecht
See Also:
Serialized Form

Constructor Summary
SessionIDCredential(java.lang.String sessionId)
          Constructor creates a new instance.
 
Method Summary
 java.lang.String getSessionId()
          Method gets the sessionId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionIDCredential

public SessionIDCredential(java.lang.String sessionId)
Constructor creates a new instance.

Parameters:
sessionId - the sessionId.
Method Detail

getSessionId

public java.lang.String getSessionId()
Method gets the sessionId.

Returns:
String.


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