public interface CcProxyTypePrivilege
A proxy type privilege provides a hierarchical mapping of ACL privilege categories and their individual privileges which can be associated with a specific proxy type.
These relationships are read-only and are determined by the server. They cannot change within a given server session.
This interface provides an aggregate object for handling this data.
Modifier and Type | Interface and Description |
---|---|
static interface |
CcProxyTypePrivilege.Category |
Modifier and Type | Method and Description |
---|---|
List<CcProxyTypePrivilege.Category> |
getCategories()
Get the list of privilege categories (e.g.
|
List<CcProxyTypePrivilege.Category> getCategories()
Copyright © IBM 2016. All rights reserved.