org.apache.geronimo.openejb
Class ServerIdentityToken

java.lang.Object
  extended by org.apache.geronimo.openejb.ServerIdentityToken

public class ServerIdentityToken
extends Object


Constructor Summary
ServerIdentityToken(URI server, SubjectId id)
           
 
Method Summary
 boolean equals(Object o)
           
 SubjectId getId()
           
 URI getServer()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerIdentityToken

public ServerIdentityToken(URI server,
                           SubjectId id)
Method Detail

getServer

public URI getServer()

getId

public SubjectId getId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.