Class RoleScope
java.lang.Object
co.yellowdog.platform.interaction.account.RoleScope
- All Implemented Interfaces:
Serializable
@ValidatedBy(RoleScopeValidator.class)
public class RoleScope
extends Object
implements Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RoleScope.Builder
builder()
protected boolean
boolean
Set
<@Namespace @NotBlank String> static RoleScope
global()
int
hashCode()
boolean
isGlobal()
void
setGlobal
(boolean global) void
setNamespaces
(Set<@Namespace @NotBlank String> namespaces) toString()
static RoleScope
withNamespaces
(Set<String> namespaces)
-
Method Details
-
global
-
withNamespaces
-
builder
-
isGlobal
public boolean isGlobal() -
getNamespaces
-
setGlobal
public void setGlobal(boolean global) -
setNamespaces
-
equals
-
canEqual
-
hashCode
-
toString
-