NamespaceAuthorizationRule Interface

Implements

public interface NamespaceAuthorizationRule
extends AuthorizationRule<NamespaceAuthorizationRule>, Updatable<Update>

Type representing authorization rule defined for namespace.

Method Summary

Modifier and Type Method and Description
abstract String namespaceName()

Gets the name of the parent namespace name.

Method Details

namespaceName

public abstract String namespaceName()

Gets the name of the parent namespace name.

Returns:

the name of the parent namespace name

Applies to