Uses of Interface
org.uberfire.security.authz.PermissionType
-
Packages that use PermissionType Package Description org.uberfire.security.authz org.uberfire.security.impl.authz -
-
Uses of PermissionType in org.uberfire.security.authz
Methods in org.uberfire.security.authz that return PermissionType Modifier and Type Method Description PermissionTypePermissionTypeRegistry. get(String type)Get a previously registed permission type given its unique identifier.PermissionTypePermissionTypeRegistry. resolve(String name)Get the first permission type that matches the given name.Methods in org.uberfire.security.authz with parameters of type PermissionType Modifier and Type Method Description voidPermissionTypeRegistry. register(PermissionType type)Register a permission type. -
Uses of PermissionType in org.uberfire.security.impl.authz
Classes in org.uberfire.security.impl.authz that implement PermissionType Modifier and Type Class Description classDotNamedPermissionTypeMethods in org.uberfire.security.impl.authz that return PermissionType Modifier and Type Method Description PermissionTypeDefaultPermissionTypeRegistry. get(String type)PermissionTypeDefaultPermissionTypeRegistry. resolve(String name)Methods in org.uberfire.security.impl.authz with parameters of type PermissionType Modifier and Type Method Description voidDefaultPermissionTypeRegistry. register(PermissionType instance)
-