Package | Description |
---|---|
org.xwiki.security.authorization |
Modifier and Type | Method and Description |
---|---|
Right |
AuthorizationManager.register(RightDescription rightDescription)
Register a new custom
Right . |
Right |
DefaultAuthorizationManager.register(RightDescription rightDescription) |
default Right |
AuthorizationManager.register(RightDescription rightDescription,
Set<Right> impliedByRights)
Register a new custom
Right and add it as an implied right to the given set of rights. |
Right |
DefaultAuthorizationManager.register(RightDescription rightDescription,
Set<Right> impliedByRights) |
Copyright © 2004–2021 XWiki. All rights reserved.