Interface PrivilegeSet
- All Superinterfaces:
HasPrivileges
A Collection of
Privilege instances.
Use this type to faciliate building custom HasPrivileges providers:- Author:
- cdivilly
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionmodify()Produce a newPrivilegeSet.Builderinstance initialized with the state of thisPrivilegeSetMethods inherited from interface oracle.dbtools.plugin.api.security.HasPrivileges
privilege
-
Method Details
-
modify
PrivilegeSet.Builder modify()Produce a newPrivilegeSet.Builderinstance initialized with the state of thisPrivilegeSet- Returns:
PrivilegeSet.Builderinstance
-