C# Class Apache.Shiro.Session.ProxiedSession

Inheritance: ISession
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

Méthode 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 méthode

public GetAttribute ( object key ) : object
key object
Résultat object

ProxiedSession() public méthode

public ProxiedSession ( ISession target ) : System
target ISession
Résultat System

RemoveAttribute() public méthode

public RemoveAttribute ( object key ) : object
key object
Résultat object

SetAttribute() public méthode

public SetAttribute ( object key, object value ) : void
key object
value object
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Touch() public méthode

public Touch ( ) : void
Résultat void