org.n52.security.common.authentication
Class SessionIDCredential

java.lang.Object
  extended byorg.n52.security.common.authentication.SessionIDCredential
All Implemented Interfaces:
java.lang.Comparable, Credential

public class SessionIDCredential
extends java.lang.Object
implements Credential

Author:
Arne Broering

Constructor Summary
SessionIDCredential(java.lang.String pSessionID)
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
           
 java.lang.String getAuthenticationMethodURN()
           
 Field[] getFields()
           
 java.lang.String getSessionID()
           
 
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 pSessionID)
Method Detail

getSessionID

public java.lang.String getSessionID()

getFields

public Field[] getFields()
Specified by:
getFields in interface Credential

getAuthenticationMethodURN

public java.lang.String getAuthenticationMethodURN()
Specified by:
getAuthenticationMethodURN in interface Credential

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable


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