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() |
ApplicationKey |
getApplicationKey() |
java.lang.String |
getDescription() |
java.lang.String |
getDescriptionI18nKey() |
java.lang.String |
getDisplayName() |
java.lang.String |
getDisplayNameI18nKey() |
DescriptorKey |
getKey() |
java.lang.String |
getName() |
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 final java.lang.String getName()
public final ApplicationKey getApplicationKey()
public java.lang.String getDescription()
public java.lang.String getDisplayNameI18nKey()
public java.lang.String getDescriptionI18nKey()
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()