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()
          hidden the sub resource 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 the alias map to
 

Method Detail

principalName

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

Returns:

principalType

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

Returns:

aliasPath

java.lang.String aliasPath()
the alias name

Returns:

resourcePath

java.lang.String resourcePath()
the resource path the alias map to

Returns:

hidden

boolean hidden()
hidden the sub resource or not

Returns: