Uses of Class
com.ibm.fhir.database.utils.model.Privilege
-
Packages that use Privilege Package Description com.ibm.fhir.database.utils.api com.ibm.fhir.database.utils.common com.ibm.fhir.database.utils.model com.ibm.fhir.database.utils.postgres -
-
Uses of Privilege in com.ibm.fhir.database.utils.api
Method parameters in com.ibm.fhir.database.utils.api with type arguments of type Privilege Modifier and Type Method Description voidIDatabaseAdapter. grantFunctionPrivileges(String schemaName, String functionName, Collection<Privilege> privileges, String toUser)grants permissions on a given functionvoidIDatabaseAdapter. grantObjectPrivileges(String schemaName, String tableName, Collection<Privilege> privileges, String toUser)Grant the list of privileges on the named object to the user.voidIDatabaseAdapter. grantProcedurePrivileges(String schemaName, String procedureName, Collection<Privilege> privileges, String toUser)Grant the collection of privileges on the named procedure to the uservoidIDatabaseAdapter. grantSequencePrivileges(String schemaName, String objectName, Collection<Privilege> group, String toUser)Grant the collection of privileges on the named variable to the uservoidIDatabaseAdapter. grantVariablePrivileges(String schemaName, String variableName, Collection<Privilege> privileges, String toUser)Grant the collection of privileges on the named variable to the user -
Uses of Privilege in com.ibm.fhir.database.utils.common
Method parameters in com.ibm.fhir.database.utils.common with type arguments of type Privilege Modifier and Type Method Description voidCommonDatabaseAdapter. grantFunctionPrivileges(String schemaName, String functionName, Collection<Privilege> privileges, String toUser)voidCommonDatabaseAdapter. grantObjectPrivileges(String schemaName, String tableName, Collection<Privilege> privileges, String toUser)voidCommonDatabaseAdapter. grantProcedurePrivileges(String schemaName, String procedureName, Collection<Privilege> privileges, String toUser)voidCommonDatabaseAdapter. grantSequencePrivileges(String schemaName, String variableName, Collection<Privilege> privileges, String toUser)voidCommonDatabaseAdapter. grantVariablePrivileges(String schemaName, String variableName, Collection<Privilege> privileges, String toUser) -
Uses of Privilege in com.ibm.fhir.database.utils.model
Methods in com.ibm.fhir.database.utils.model that return Privilege Modifier and Type Method Description static PrivilegePrivilege. valueOf(String name)Returns the enum constant of this type with the specified name.static Privilege[]Privilege. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.database.utils.model with parameters of type Privilege Modifier and Type Method Description voidBaseObject. addPrivilege(String groupName, Privilege p)Add the privilege to the named privilege groupTable.BuilderTable.Builder. addPrivilege(String groupName, Privilege p)View.BuilderView.Builder. addPrivilege(String groupName, Privilege p)Method parameters in com.ibm.fhir.database.utils.model with type arguments of type Privilege Modifier and Type Method Description protected voidAlterSequenceStartWith. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)protected voidAlterTableAddColumn. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)protected voidAlterTableIdentityCache. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)protected voidBaseObject. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)Internal method which can be override by different object types which may need to call a different grant method on the adapterprotected voidFunctionDef. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)protected voidProcedureDef. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)protected voidSequence. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)protected voidSessionVariableDef. grantGroupPrivileges(IDatabaseAdapter target, Set<Privilege> group, String toUser)Constructors in com.ibm.fhir.database.utils.model with parameters of type Privilege Constructor Description GroupPrivilege(String groupName, Privilege p) -
Uses of Privilege in com.ibm.fhir.database.utils.postgres
Method parameters in com.ibm.fhir.database.utils.postgres with type arguments of type Privilege Modifier and Type Method Description voidPostgresAdapter. grantProcedurePrivileges(String schemaName, String procedureName, Collection<Privilege> privileges, String toUser)
-