Imports the given role.
506507508509510511512513514515516
} finally { Database.dispose(ps); } for (RoleSecurity role : roles) { security.importRole(role); } return security; } catch (SQLException e) {