jet.server.api.admin
Interface ResourceAlias

All Superinterfaces:
java.io.Serializable

public interface ResourceAlias
extends java.io.Serializable

Interface ResourceAlias contains information of resource alias


Method Summary
 java.lang.String aliasPath()
          The alias name
 boolean hidden()
          Checks if the sub resource is hidden or not.
 java.lang.String principalName()
          The principal (user, role or group) name
 byte principalType()
          The principal type (user, role or group)
 java.lang.String resourcePath()
          The resource path
 

Method Detail

principalName

java.lang.String principalName()
The principal (user, role or group) name

Returns:
the principal name

principalType

byte principalType()
The principal type (user, role or group)

Returns:
the principal type

aliasPath

java.lang.String aliasPath()
The alias name

Returns:
the alias name

resourcePath

java.lang.String resourcePath()
The resource path

Returns:
the resource path

hidden

boolean hidden()
Checks if the sub resource is hidden or not.

Returns:
whether the sub resource is hidden