Interface PrivilegeSet
-
- All Superinterfaces:
HasPrivileges
public interface PrivilegeSet extends HasPrivileges
A Collection ofPrivilege
instances. Use this type to faciliate building customHasPrivileges
providers:- Author:
- cdivilly
- See Also:
PrivilegeSets.builder()
-
<section role="region">
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PrivilegeSet.Builder
BuildsPrivilegeSet
instances
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivilegeSet.Builder
modify()
Produce a newPrivilegeSet.Builder
instance initialized with the state of thisPrivilegeSet
-
Methods inherited from interface oracle.dbtools.plugin.api.security.HasPrivileges
privilege
-
-
-
<section role="region">
-
Method Detail
-
modify
PrivilegeSet.Builder modify()
Produce a newPrivilegeSet.Builder
instance initialized with the state of thisPrivilegeSet
- Returns:
PrivilegeSet.Builder
instance
-
-