org.granite.tide.ejb
Class EjbIdentity

java.lang.Object
  extended by org.granite.tide.ejb.EjbIdentity
All Implemented Interfaces:
Serializable

public class EjbIdentity
extends Object
implements Serializable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
EjbIdentity()
           
 
Method Summary
 boolean hasRole(String role)
           
 String isLoggedIn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbIdentity

public EjbIdentity()
Method Detail

isLoggedIn

public String isLoggedIn()

hasRole

public boolean hasRole(String role)