C# 클래스 Apache.Shiro.Authz.Aop.AuthorizingAttributeHandler

상속: Apache.Shiro.Aop.AttributeHandler
파일 보기 프로젝트 열기: katasource/shironet

공개 메소드들

메소드 설명
AssertAuthorized ( Attribute attribute ) : void

보호된 메소드들

메소드 설명
AuthorizingAttributeHandler ( Type attributeType ) : System

메소드 상세

AssertAuthorized() 공개 추상적인 메소드

public abstract AssertAuthorized ( Attribute attribute ) : void
attribute System.Attribute
리턴 void

AuthorizingAttributeHandler() 보호된 메소드

protected AuthorizingAttributeHandler ( Type attributeType ) : System
attributeType System.Type
리턴 System