Package | Description |
---|---|
org.uberfire.security.authz | |
org.uberfire.security.impl.authz |
Modifier and Type | Method and Description |
---|---|
PermissionType |
PermissionTypeRegistry.get(String type)
Get a previously registed permission type given its unique identifier.
|
PermissionType |
PermissionTypeRegistry.resolve(String name)
Get the first permission type that matches the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionTypeRegistry.register(PermissionType type)
Register a permission type.
|
Modifier and Type | Class and Description |
---|---|
class |
DotNamedPermissionType |
Modifier and Type | Method and Description |
---|---|
PermissionType |
DefaultPermissionTypeRegistry.get(String type) |
PermissionType |
DefaultPermissionTypeRegistry.resolve(String name) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPermissionTypeRegistry.register(PermissionType instance) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.