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 PermissionDetailPermissionDetail.fromPermission(@NonNull Permission permission) RoleSearch.Builder.permission(Permission permission) voidRoleSearch.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 PermissionReturns 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()Map<@NotNull Permission, @NotNull GrantedPermissionScope> GrantedPermissions.getPermissions()Set<@NotNull Permission> Role.getPermissions()Methods in co.yellowdog.platform.model with parameters of type PermissionModifier and TypeMethodDescriptionGrantedPermissions.Builder.global(Permission... permissions) static GrantedPermissionsGrantedPermissions.global(Permission... permissions) GrantedPermissions.Builder.permission(Permission permission, GrantedPermissionScope scope) Role.Builder.permission(@NotNull Permission permission) GrantedPermissions.Builder.withNamespaces(Permission permission, NamespaceRef... namespaces) GrantedPermissions.Builder.withNamespaces(Permission permission, Set<NamespaceRef> namespaces) Method parameters in co.yellowdog.platform.model with type arguments of type PermissionModifier and TypeMethodDescriptionGrantedPermissions.Builder.permissions(Map<@NotNull Permission, @NotNull GrantedPermissionScope> permissions) Role.Builder.permissions(Collection<? extends @NotNull Permission> permissions) voidGrantedPermissions.setPermissions(Map<@NotNull Permission, @NotNull GrantedPermissionScope> permissions) voidRole.setPermissions(Set<@NotNull Permission> permissions)