C# Class Apache.Shiro.Authz.Aop.AuthorizingMethodInterceptorSupport

Inheritance: Apache.Shiro.Aop.MethodInterceptorSupport, IAuthorizingMethodInterceptor
Datei anzeigen Open project: katasource/shironet

Public Methods

Method Description
AssertAuthorized ( IMethodInvocation invocation ) : void
Invoke ( IMethodInvocation invocation ) : object

Method Details

AssertAuthorized() public abstract method

public abstract AssertAuthorized ( IMethodInvocation invocation ) : void
invocation IMethodInvocation
return void

Invoke() public method

public Invoke ( IMethodInvocation invocation ) : object
invocation IMethodInvocation
return object