public class AdminToolDescriptor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AdminToolDescriptor.Builder |
Modifier and Type | Method and Description |
---|---|
static AdminToolDescriptor.Builder |
create() |
PrincipalKeys |
getAllowedPrincipals() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
DescriptorKey |
getKey() |
boolean |
isAccessAllowed(PrincipalKeys principalKeys) |
boolean |
isAppLauncherApplication() |
static ResourceKey |
toIconResourceKey(DescriptorKey key) |
static ResourceKey |
toResourceKey(DescriptorKey key) |
public DescriptorKey getKey()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public PrincipalKeys getAllowedPrincipals()
public boolean isAccessAllowed(PrincipalKeys principalKeys)
public boolean isAppLauncherApplication()
public static ResourceKey toResourceKey(DescriptorKey key)
public static ResourceKey toIconResourceKey(DescriptorKey key)
public static AdminToolDescriptor.Builder create()