Uses of Class
org.linuxforhealth.fhir.database.utils.model.Privilege
- 
- 
Uses of Privilege in org.linuxforhealth.fhir.database.utils.api
Method parameters in org.linuxforhealth.fhir.database.utils.api with type arguments of type Privilege Modifier and Type Method Description voidIDatabaseAdapter. grantFunctionPrivileges(java.lang.String schemaName, java.lang.String functionName, java.util.Collection<Privilege> privileges, java.lang.String toUser)grants permissions on a given functionvoidISchemaAdapter. grantFunctionPrivileges(java.lang.String schemaName, java.lang.String functionName, java.util.Collection<Privilege> privileges, java.lang.String toUser)grants permissions on a given functionvoidIDatabaseAdapter. grantObjectPrivileges(java.lang.String schemaName, java.lang.String tableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)Grant the list of privileges on the named object to the user.voidISchemaAdapter. grantObjectPrivileges(java.lang.String schemaName, java.lang.String tableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)Grant the list of privileges on the named object to the user.voidIDatabaseAdapter. grantProcedurePrivileges(java.lang.String schemaName, java.lang.String procedureName, java.util.Collection<Privilege> privileges, java.lang.String toUser)Grant the collection of privileges on the named procedure to the uservoidISchemaAdapter. grantProcedurePrivileges(java.lang.String schemaName, java.lang.String procedureName, java.util.Collection<Privilege> privileges, java.lang.String toUser)Grant the collection of privileges on the named procedure to the uservoidIDatabaseAdapter. grantSequencePrivileges(java.lang.String schemaName, java.lang.String objectName, java.util.Collection<Privilege> group, java.lang.String toUser)Grant the collection of privileges on the named variable to the uservoidISchemaAdapter. grantSequencePrivileges(java.lang.String schemaName, java.lang.String objectName, java.util.Collection<Privilege> group, java.lang.String toUser)Grant the collection of privileges on the named variable to the uservoidIDatabaseAdapter. grantVariablePrivileges(java.lang.String schemaName, java.lang.String variableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)Grant the collection of privileges on the named variable to the uservoidISchemaAdapter. grantVariablePrivileges(java.lang.String schemaName, java.lang.String variableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)Grant the collection of privileges on the named variable to the user - 
Uses of Privilege in org.linuxforhealth.fhir.database.utils.common
Method parameters in org.linuxforhealth.fhir.database.utils.common with type arguments of type Privilege Modifier and Type Method Description voidCommonDatabaseAdapter. grantFunctionPrivileges(java.lang.String schemaName, java.lang.String functionName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidPlainSchemaAdapter. grantFunctionPrivileges(java.lang.String schemaName, java.lang.String functionName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidCommonDatabaseAdapter. grantObjectPrivileges(java.lang.String schemaName, java.lang.String tableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidPlainSchemaAdapter. grantObjectPrivileges(java.lang.String schemaName, java.lang.String tableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidCommonDatabaseAdapter. grantProcedurePrivileges(java.lang.String schemaName, java.lang.String procedureName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidPlainSchemaAdapter. grantProcedurePrivileges(java.lang.String schemaName, java.lang.String procedureName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidCommonDatabaseAdapter. grantSequencePrivileges(java.lang.String schemaName, java.lang.String variableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidPlainSchemaAdapter. grantSequencePrivileges(java.lang.String schemaName, java.lang.String objectName, java.util.Collection<Privilege> group, java.lang.String toUser)voidCommonDatabaseAdapter. grantVariablePrivileges(java.lang.String schemaName, java.lang.String variableName, java.util.Collection<Privilege> privileges, java.lang.String toUser)voidPlainSchemaAdapter. grantVariablePrivileges(java.lang.String schemaName, java.lang.String variableName, java.util.Collection<Privilege> privileges, java.lang.String toUser) - 
Uses of Privilege in org.linuxforhealth.fhir.database.utils.model
Methods in org.linuxforhealth.fhir.database.utils.model that return Privilege Modifier and Type Method Description static PrivilegePrivilege. valueOf(java.lang.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 org.linuxforhealth.fhir.database.utils.model with parameters of type Privilege Modifier and Type Method Description voidBaseObject. addPrivilege(java.lang.String groupName, Privilege p)Add the privilege to the named privilege groupTable.BuilderTable.Builder. addPrivilege(java.lang.String groupName, Privilege p)View.BuilderView.Builder. addPrivilege(java.lang.String groupName, Privilege p)Method parameters in org.linuxforhealth.fhir.database.utils.model with type arguments of type Privilege Modifier and Type Method Description protected voidAlterSequenceStartWith. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidAlterTableAddColumn. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidAlterTableIdentityCache. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidBaseObject. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.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(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidProcedureDef. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidSequence. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidTable. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)protected voidView. grantGroupPrivileges(ISchemaAdapter target, java.util.Set<Privilege> group, java.lang.String toUser)Constructors in org.linuxforhealth.fhir.database.utils.model with parameters of type Privilege Constructor Description GroupPrivilege(java.lang.String groupName, Privilege p) - 
Uses of Privilege in org.linuxforhealth.fhir.database.utils.postgres
Method parameters in org.linuxforhealth.fhir.database.utils.postgres with type arguments of type Privilege Modifier and Type Method Description voidPostgresAdapter. grantProcedurePrivileges(java.lang.String schemaName, java.lang.String procedureName, java.util.Collection<Privilege> privileges, java.lang.String toUser) 
 -