Skip to content

interface IAuthorizationHandlerProvider

cangjie
public interface IAuthorizationHandlerProvider

功能:定义授权处理器提供器接口。

成员概览

成员功能
func getHandlers(AuthorizationHandlerContext)获取适用于当前上下文的授权处理器集合。

func getHandlers(AuthorizationHandlerContext)

cangjie
func getHandlers(context: AuthorizationHandlerContext): Collection<IAuthorizationHandler>

功能:获取适用于当前上下文的授权处理器集合。

参数:

返回值: