hunt-shiro v1.3.0 (2021-10-28T11:26:54Z)
Home
Dub
Repo
AuthorizingRealm.isPermitted
hunt
shiro
realm
AuthorizingRealm
AuthorizingRealm
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPermitted
(PrincipalCollection principals, string permission)
bool
isPermitted
(PrincipalCollection principals, Permission permission)
class
AuthorizingRealm
bool
isPermitted
(
PrincipalCollection
principals
,
Permission
permission
)
bool
isPermitted
(Permission permission, AuthorizationInfo info)
bool
[]
isPermitted
(PrincipalCollection subjectIdentifier, string[] permissions)
bool
[]
isPermitted
(PrincipalCollection principals, List!(Permission) permissions)
bool
[]
isPermitted
(List!(Permission) permissions, AuthorizationInfo info)
Meta
Source
See Implementation
hunt
shiro
realm
AuthorizingRealm
AuthorizingRealm
constructors
this
functions
afterCacheManagerSet
checkPermission
checkPermissions
checkRole
checkRoles
clearCachedAuthorizationInfo
doClearCache
doGetAuthorizationInfo
getAuthorizationCache
getAuthorizationCacheKey
getAuthorizationCacheName
getAuthorizationInfo
getPermissionResolver
getPermissions
getRolePermissionResolver
hasAllRoles
hasRole
hasRoles
isAuthorizationCachingEnabled
isPermitted
isPermittedAll
onInit
setAuthorizationCache
setAuthorizationCacheName
setAuthorizationCachingEnabled
setName
setPermissionResolver
setRolePermissionResolver