Package | Description |
---|---|
org.xwiki.security.authorization |
Modifier and Type | Class and Description |
---|---|
class |
Right
Enumeration of the possible rights.
|
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) |
Constructor and Description |
---|
UnableToRegisterRightException(RightDescription right,
Throwable t) |
Copyright © 2004–2021 XWiki. All rights reserved.