Interface PrivilegeSet
-
- All Superinterfaces:
HasPrivileges
public interface PrivilegeSet extends HasPrivileges
A Collection ofPrivilegeinstances. Use this type to faciliate building customHasPrivilegesproviders:- Author:
- cdivilly
- See Also:
PrivilegeSets.builder()
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrivilegeSet.BuilderBuildsPrivilegeSetinstances
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivilegeSet.Buildermodify()Produce a newPrivilegeSet.Builderinstance initialized with the state of thisPrivilegeSet-
Methods inherited from interface oracle.dbtools.plugin.api.security.HasPrivileges
privilege
-
-
-
-
Method Detail
-
modify
PrivilegeSet.Builder modify()
Produce a newPrivilegeSet.Builderinstance initialized with the state of thisPrivilegeSet- Returns:
PrivilegeSet.Builderinstance
-
-