hunt-shiro v1.3.0 (2021-10-28T11:26:54Z)
Home
Dub
Repo
AuthorizingSecurityManager.isPermitted
hunt
shiro
mgt
AuthorizingSecurityManager
AuthorizingSecurityManager
Undocumented in source. Be warned that the author may not have intended to support it.
bool
isPermitted
(PrincipalCollection principals, string permissionString)
bool
isPermitted
(PrincipalCollection principals, Permission permission)
bool
[]
isPermitted
(PrincipalCollection principals, string[] permissions)
bool
[]
isPermitted
(PrincipalCollection principals, List!(Permission) permissions)
class
AuthorizingSecurityManager
bool
[]
isPermitted
(
PrincipalCollection
principals
,
List
!(
Permission
)
permissions
)
Meta
Source
See Implementation
hunt
shiro
mgt
AuthorizingSecurityManager
AuthorizingSecurityManager
constructors
this
functions
afterRealmsSet
checkPermission
checkPermissions
checkRole
checkRoles
destroy
getAuthorizer
hasAllRoles
hasRole
hasRoles
isPermitted
isPermittedAll
setAuthorizer