Uses of Class
co.yellowdog.platform.interaction.account.RoleScope
Packages that use RoleScope
Package
Description
Holds the client types used to access the YellowDog Account Service.
Defines types used in the request/response interactions with the YellowDog Account Service.
-
Uses of RoleScope in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account with parameters of type RoleScopeModifier and TypeMethodDescriptionvoid
AccountClient.addRoleToGroup
(String groupId, String roleId, RoleScope scope) void
AccountClientImpl.addRoleToGroup
(String groupId, String roleId, RoleScope scope) -
Uses of RoleScope in co.yellowdog.platform.interaction.account
Subclasses with type arguments of type RoleScope in co.yellowdog.platform.interaction.accountMethods in co.yellowdog.platform.interaction.account that return RoleScopeModifier and TypeMethodDescriptionRoleScope.Builder.buildUnchecked()
static RoleScope
RoleScope.global()
static RoleScope
RoleScope.withNamespaces
(Set<String> namespaces) -
Uses of RoleScope in co.yellowdog.platform.interaction.account.validation
Subclasses with type arguments of type RoleScope in co.yellowdog.platform.interaction.account.validation