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

Inheritance: Apache.Shiro.Aop.AttributeHandler
Datei anzeigen Open project: katasource/shironet

Public Methods

Method Description
AssertAuthorized ( Attribute attribute ) : void

Protected Methods

Method Description
AuthorizingAttributeHandler ( Type attributeType ) : System

Method Details

AssertAuthorized() public abstract method

public abstract AssertAuthorized ( Attribute attribute ) : void
attribute System.Attribute
return void

AuthorizingAttributeHandler() protected method

protected AuthorizingAttributeHandler ( Type attributeType ) : System
attributeType System.Type
return System