C# Class Apache.Shiro.Session.ProxiedSession

Inheritance: ISession
Show file Open project: katasource/shironet

Public Methods

Method Description
GetAttribute ( object key ) : object
ProxiedSession ( ISession target ) : System
RemoveAttribute ( object key ) : object
SetAttribute ( object key, object value ) : void
Stop ( ) : void
Touch ( ) : void

Method Details

GetAttribute() public method

public GetAttribute ( object key ) : object
key object
return object

ProxiedSession() public method

public ProxiedSession ( ISession target ) : System
target ISession
return System

RemoveAttribute() public method

public RemoveAttribute ( object key ) : object
key object
return object

SetAttribute() public method

public SetAttribute ( object key, object value ) : void
key object
value object
return void

Stop() public method

public Stop ( ) : void
return void

Touch() public method

public Touch ( ) : void
return void