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

Inheritance: Apache.Shiro.Aop.AttributeHandler
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

Méthode Description
AssertAuthorized ( Attribute attribute ) : void

Méthodes protégées

Méthode Description
AuthorizingAttributeHandler ( Type attributeType ) : System

Method Details

AssertAuthorized() public abstract méthode

public abstract AssertAuthorized ( Attribute attribute ) : void
attribute System.Attribute
Résultat void

AuthorizingAttributeHandler() protected méthode

protected AuthorizingAttributeHandler ( Type attributeType ) : System
attributeType System.Type
Résultat System