org.apache.geronimo.gshell.remote.server.handler
Class ServerSessionContext

java.lang.Object
  extended by org.apache.geronimo.gshell.remote.server.handler.ServerSessionContext

public class ServerSessionContext
extends Object

???

Version:
$Rev: 580733 $ $Date: 2007-09-30 07:58:00 -0700 (Sun, 30 Sep 2007) $

Field Summary
static SessionAttributeBinder<ServerSessionContext> BINDER
           
 RemoteShellContainer container
           
 Environment env
           
 Identity identity
           
 RemoteIO io
           
 PublicKey pk
           
 RemoteShell shell
           
 
Constructor Summary
ServerSessionContext()
           
 
Method Summary
 Object getIdentityToken()
           
 Subject getSubject()
           
 String getUsername()
           
 UserPrincipal getUserPrincipal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINDER

public static final SessionAttributeBinder<ServerSessionContext> BINDER

pk

public PublicKey pk

identity

public Identity identity

container

public RemoteShellContainer container

io

public RemoteIO io

env

public Environment env

shell

public RemoteShell shell
Constructor Detail

ServerSessionContext

public ServerSessionContext()
Method Detail

getIdentityToken

public Object getIdentityToken()

getSubject

public Subject getSubject()

getUserPrincipal

public UserPrincipal getUserPrincipal()

getUsername

public String getUsername()


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