Uses of Enum
co.yellowdog.platform.model.Permission
Packages that use Permission
Package
Description
Defines types used in the request/response interactions with the YellowDog Account Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of Permission in co.yellowdog.platform.interaction.account
Methods in co.yellowdog.platform.interaction.account that return PermissionMethods in co.yellowdog.platform.interaction.account with parameters of type PermissionModifier and TypeMethodDescriptionstatic PermissionDetail
PermissionDetail.fromPermission
(@NonNull Permission permission) RoleSearch.Builder.permission
(Permission permission) void
RoleSearch.setPermission
(Permission permission) -
Uses of Permission in co.yellowdog.platform.model
Subclasses with type arguments of type Permission in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return PermissionModifier and TypeMethodDescriptionstatic Permission
Returns the enum constant of this type with the specified name.static Permission[]
Permission.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model that return types with arguments of type PermissionModifier and TypeMethodDescriptionPermission.getIncludes()
Set
<@NotNull Permission> Role.getPermissions()
AccessDelegate.getRequiredPermissions()
Methods in co.yellowdog.platform.model with parameters of type PermissionMethod parameters in co.yellowdog.platform.model with type arguments of type PermissionModifier and TypeMethodDescriptionRole.Builder.permissions
(Collection<? extends @NotNull Permission> permissions) AccessDelegate.Builder.requiredPermissions
(Set<Permission> requiredPermissions) void
Role.setPermissions
(Set<@NotNull Permission> permissions) void
AccessDelegate.setRequiredPermissions
(Set<Permission> requiredPermissions)