Uses of Class
org.glite.rgma.TableAuthorization

Uses of TableAuthorization in org.glite.rgma
 

Methods in org.glite.rgma that return TableAuthorization
 TableAuthorization Schema.getAuthorizationRules(java.lang.String vdbName, java.lang.String tableName)
          Gets the authorization rules for the given table.
 

Methods in org.glite.rgma with parameters of type TableAuthorization
 void Schema.createTable(java.lang.String vdbName, java.lang.String createTableStatement, TableAuthorization tableAuthz)
          Creates a table in the Schema instance for the given VDB.
 void Schema.createView(java.lang.String vdbName, java.lang.String createViewStatement, TableAuthorization viewAuthz)
          Creates a view in the Schema instance for the given VDB.
 void Schema.setAuthorizationRules(java.lang.String vdbName, java.lang.String tableName, TableAuthorization tableAuthz)
          Sets the authorization rules for the given table.