GATE
Version 3.1-2270

gate.security
Interface Session

All Known Implementing Classes:
SessionImpl

public interface Session


Method Summary
 Group getGroup()
          returns the group associated with the session
 Long getID()
          returns the session ID
 User getUser()
          returns the user associated with the session
 boolean isPrivilegedSession()
          TRUE if user associated with the session is in the ADMINS user group, otherwise FALSE
 

Method Detail

getID

Long getID()
returns the session ID


getUser

User getUser()
returns the user associated with the session


getGroup

Group getGroup()
returns the group associated with the session


isPrivilegedSession

boolean isPrivilegedSession()
TRUE if user associated with the session is in the ADMINS user group, otherwise FALSE


GATE
Version 3.1-2270